Skip to content

Commit

Permalink
Bump the maven-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 4 updates: [org.axonframework:axon-bom](https://github.com/AxonFramework/axon-bom), com.sun.xml.bind:jaxb-core, org.jetbrains.kotlin:kotlin-maven-allopen and org.jetbrains.kotlin:kotlin-maven-plugin.


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

Updates `com.sun.xml.bind:jaxb-core` from 4.0.4 to 4.0.5

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.22 to 1.9.23

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.22 to 1.9.23

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.22 to 1.9.23

---
updated-dependencies:
- dependency-name: org.axonframework:axon-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.sun.xml.bind:jaxb-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent 9b81c03 commit 1bd7086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Language -->
<java.version>17</java.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>1.9.23</kotlin.version>
<!-- Axon -->
<axon.version>4.9.3</axon.version>
<axon.version>4.9.4</axon.version>
<!-- Spring -->
<spring-cloud-release.version>2023.0.0</spring-cloud-release.version>
<!-- Other -->
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
Expand Down

0 comments on commit 1bd7086

Please sign in to comment.