Skip to content

Commit

Permalink
Bump the maven-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 2 updates: [org.axonframework:axon-bom](https://github.com/AxonFramework/axon-bom) and [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions).


Updates `org.axonframework:axon-bom` from 4.10.2 to 4.10.3
- [Release notes](https://github.com/AxonFramework/axon-bom/releases)
- [Commits](AxonFramework/axon-bom@axon-4.10.2...axon-4.10.3)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.17.1 to 2.18.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.17.1...2.18.0)

---
updated-dependencies:
- dependency-name: org.axonframework:axon-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 5800ef1 commit fb4dcb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@

<java.version>17</java.version>

<axon.version>4.10.2</axon.version>
<axon.version>4.10.3</axon.version>

<dataprotection-config-api.version>1.0</dataprotection-config-api.version>
<dataprotection-maven-plugin.version>1.0</dataprotection-maven-plugin.version>

<springdoc-openapi-starter.version>2.6.0</springdoc-openapi-starter.version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>

<junit.jupiter.version>5.11.3</junit.jupiter.version>
Expand Down

0 comments on commit fb4dcb8

Please sign in to comment.