Skip to content

Commit 686320d

Browse files
Bump the maven-dependencies group with 3 updates
Bumps the maven-dependencies group with 3 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.axonframework:axon-bom](https://github.com/AxonFramework/axon-bom) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.2 to 3.4.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3) Updates `org.axonframework:axon-bom` from 4.11.0 to 4.11.1 - [Release notes](https://github.com/AxonFramework/axon-bom/releases) - [Commits](AxonFramework/axon-bom@axon-4.11.0...axon-4.11.1) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.axonframework:axon-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eca358c commit 686320d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
<parent>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-parent</artifactId>
34-
<version>3.4.2</version>
34+
<version>3.4.3</version>
3535
</parent>
3636

3737
<properties>
3838
<java.version>11</java.version>
39-
<axon.version>4.11.0</axon.version>
39+
<axon.version>4.11.1</axon.version>
4040
<kotlin.version>2.1.10</kotlin.version>
4141
<dokka.version>2.0.0</dokka.version>
4242
</properties>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.13.0</version>
140+
<version>3.14.0</version>
141141
<configuration>
142142
<source>${java.version}</source>
143143
<target>${java.version}</target>

0 commit comments

Comments
 (0)