We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd84e7c commit a12d9c1Copy full SHA for a12d9c1
1 file changed
source-sink/pom.xml
@@ -15,7 +15,7 @@
15
<parent>
16
<groupId>org.springframework.boot</groupId>
17
<artifactId>spring-boot-starter-parent</artifactId>
18
- <version>3.5.0</version>
+ <version>3.5.6</version>
19
<relativePath/> <!-- lookup parent from repository -->
20
</parent>
21
<groupId>de.xxx</groupId>
@@ -38,7 +38,7 @@
38
</scm>
39
<properties>
40
<jaxb-maven-plugin.version>4.0.8</jaxb-maven-plugin.version>
41
- <java.version>25</java.version>
+ <java.version>21</java.version>
42
<kotlin.version>1.9.25</kotlin.version>
43
</properties>
44
<dependencies>
@@ -112,7 +112,6 @@
112
<groupId>org.jetbrains.kotlin</groupId>
113
<artifactId>kotlin-maven-plugin</artifactId>
114
<configuration>
115
- <jvmTarget>21</jvmTarget>
116
<args>
117
<arg>-Xjsr305=strict</arg>
118
</args>
0 commit comments