We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eca358c + 686320d commit 510516dCopy full SHA for 510516d
pom.xml
@@ -31,12 +31,12 @@
31
<parent>
32
<groupId>org.springframework.boot</groupId>
33
<artifactId>spring-boot-starter-parent</artifactId>
34
- <version>3.4.2</version>
+ <version>3.4.3</version>
35
</parent>
36
37
<properties>
38
<java.version>11</java.version>
39
- <axon.version>4.11.0</axon.version>
+ <axon.version>4.11.1</axon.version>
40
<kotlin.version>2.1.10</kotlin.version>
41
<dokka.version>2.0.0</dokka.version>
42
</properties>
@@ -137,7 +137,7 @@
137
<plugin>
138
<groupId>org.apache.maven.plugins</groupId>
139
<artifactId>maven-compiler-plugin</artifactId>
140
- <version>3.13.0</version>
+ <version>3.14.0</version>
141
<configuration>
142
<source>${java.version}</source>
143
<target>${java.version}</target>
0 commit comments