We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63d83a commit a96da85Copy full SHA for a96da85
pom.xml
@@ -84,9 +84,9 @@
84
85
<properties>
86
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
87
- <jdk.language.version>21</jdk.language.version>
88
- <kotlin.language.target>21</kotlin.language.target>
89
- <kotlin.version>2.0.0</kotlin.version>
+ <jdk.language.version>22</jdk.language.version>
+ <kotlin.language.target>22</kotlin.language.target>
+ <kotlin.version>2.0.21</kotlin.version>
90
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
91
92
<maven.compiler.source>${jdk.language.version}</maven.compiler.source>
0 commit comments