Skip to content

Commit

Permalink
GH-1015 Update Kotlin libraries
Browse files Browse the repository at this point in the history
Resolves #1015
  • Loading branch information
olegz committed Mar 20, 2023
1 parent dda6d3c commit 337ea7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spring-cloud-function-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@
<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>
</args>
<compilerPlugins>
<plugin>spring</plugin>
</compilerPlugins>
<jvmTarget>1.8</jvmTarget>
<jvmTarget>17</jvmTarget>
</configuration>
<executions>
<execution>
Expand All @@ -85,15 +85,15 @@
<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>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>1.6.0</version>
<version>1.8.10</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 337ea7d

Please sign in to comment.