Skip to content

Commit 510516d

Browse files
authored
Merge pull request #101 from AxonFramework/dependabot/maven/maven-dependencies-ace1ecf2b3
Bump the maven-dependencies group with 3 updates
2 parents eca358c + 686320d commit 510516d

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)