Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axon-mongo from 4.4 to 4.5 #28

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2021

Bumps axon-mongo from 4.4 to 4.5.

Release notes

Sourced from axon-mongo's releases.

Axon Mongo Extension v4.5

⭐ Features

  • #49 Implement retrieveStorageIdentifier for MongoTokenStore #139
  • Axon Mongo Example module #65
  • Implement retrieveStorageIdentifier for MongoTokenStore #49

📈 Enhancements

  • Splitted builds into pr and not pr, added ghactions to dependabot and other minors #90
  • #51 Added an ensureIndexes(boolean) method #53
  • MongoTokenStore index should be able to skip ensureIndexes() #51
  • #35 Migrate project to start using testcontainers #45
  • Added automatic release notes on milestone closure #36
  • Migrate project to start using testcontainers #35

🪲 Bug Fixes

  • Replace mailing list link with discuss.axoniq link #42

🛠️ Dependency Upgrade

  • Bump spring.version from 5.3.11 to 5.3.12 #141
  • Bump spring.boot.version from 2.5.5 to 2.5.6 #140
  • Bump testcontainers.version from 1.16.0 to 1.16.1 #138
  • Bump spring.version from 5.3.10 to 5.3.11 #137
  • Axon Framework 4.5.4 breaks the definition of a MongoSagaStore due to XStreamSerializer builder validation #136
  • Bump mockito.version from 3.12.4 to 4.0.0 #135
  • Bump mongodb-driver-sync from 4.3.2 to 4.3.3 #134
  • Bump axon.version from 4.5.3 to 4.5.4 #133
  • Bump jackson.version from 2.12.5 to 2.13.0 #132
  • Bump actions/setup-java from 2.3.0 to 2.3.1 #131
  • Bump junit-jupiter from 5.8.0 to 5.8.1 #130
  • Bump spring.boot.version from 2.5.4 to 2.5.5 #129
  • Bump kotlin.version from 1.5.30 to 1.5.31 #128
  • Bump spring.version from 5.3.9 to 5.3.10 #127
  • Bump junit-jupiter from 5.7.2 to 5.8.0 #126
  • Bump maven-javadoc-plugin from 3.3.0 to 3.3.1 #125
  • Bump mongodb-driver-sync from 4.3.1 to 4.3.2 #124
  • Bump jackson.version from 2.12.4 to 2.12.5 #123
  • Bump mockito.version from 3.12.3 to 3.12.4 #122
  • Bump mockito.version from 3.12.2 to 3.12.3 #121
  • Bump kotlin-logging-jvm from 2.0.10 to 2.0.11 #120
  • Bump mockito.version from 3.12.1 to 3.12.2 #119
  • Bump kotlin.version from 1.5.21 to 1.5.30 #118
  • Bump actions/setup-java from 2.2.0 to 2.3.0 #117
  • Bump mockito.version from 3.12.0 to 3.12.1 #116
  • Bump mockito.version from 3.11.2 to 3.12.0 #115
  • Bump spring.boot.version from 2.5.3 to 2.5.4 #114
  • Bump actions/setup-java from 2.1.0 to 2.2.0 #113

... (truncated)

Commits
  • 38b3684 [maven-release-plugin] prepare release axon-mongo-4.5
  • 1359ab8 Add clean, install, resources and deploy plugin
  • f078d62 Rename sample project
  • dd1858d Add maven-compiler-plugin to axon example
  • 479ee29 Enforce configuration of an XStream instance
  • b9e402b Merge pull request #139 from AxonFramework/feature/49
  • 1aefa3b Merge pull request #140 from AxonFramework/dependabot/maven/spring.boot.versi...
  • 2c4c52a Merge pull request #141 from AxonFramework/dependabot/maven/spring.version-5....
  • 6615654 Bump spring.version from 5.3.11 to 5.3.12
  • af5a123 Bump spring.boot.version from 2.5.5 to 2.5.6
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axon-mongo](https://github.com/AxonFramework/extension-mongo) from 4.4 to 4.5.
- [Release notes](https://github.com/AxonFramework/extension-mongo/releases)
- [Commits](AxonFramework/extension-mongo@axon-mongo-4.4...axon-mongo-4.5)

---
updated-dependencies:
- dependency-name: org.axonframework.extensions.mongo:axon-mongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Member

@smcvb smcvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@smcvb smcvb merged commit 9bcad04 into master Oct 26, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.axonframework.extensions.mongo-axon-mongo-4.5 branch October 26, 2021 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant