GH-1015 Update Kotlin libraries

Resolves #1015
This commit is contained in:
Oleg Zhurakousky
2023-03-20 15:23:52 +01:00
parent dda6d3cb21
commit 337ea7d41c
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.6.0</version>
<version>1.8.10</version>
<configuration>
<args>
<arg>-Xjsr305=strict</arg>
@@ -72,7 +72,7 @@
<compilerPlugins>
<plugin>spring</plugin>
</compilerPlugins>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>17</jvmTarget>
</configuration>
<executions>
<execution>
@@ -85,7 +85,7 @@
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
<sourceDir>${project.basedir}/src/test/java</sourceDir>
</sourceDirs>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>17</jvmTarget>
</configuration>
</execution>
</executions>
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>1.6.0</version>
<version>1.8.10</version>
</dependency>
</dependencies>
</plugin>

View File

@@ -84,7 +84,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>1.4.21</version>
<version>1.8.10</version>
</dependency>
</dependencies>
</plugin>