There was an error while loading. Please reload this page.
1 parent 9612b18 commit b22ef5aCopy full SHA for b22ef5a
pom.xml
@@ -69,7 +69,7 @@
69
70
<module.name>org.mybatis.dynamic.sql</module.name>
71
72
- <kotlin.version>2.1.21</kotlin.version>
+ <kotlin.version>2.2.21</kotlin.version>
73
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
74
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
75
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
@@ -95,7 +95,7 @@
95
</dependency>
96
<dependency>
97
<groupId>org.jetbrains.kotlin</groupId>
98
- <artifactId>kotlin-stdlib-jdk8</artifactId>
+ <artifactId>kotlin-stdlib</artifactId>
99
<version>${kotlin.version}</version>
100
<scope>provided</scope>
101
<optional>true</optional>
0 commit comments