Skip to content

Commit

Permalink
Update kotlin monorepo to v2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent f40bc3f commit fa2742e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SOFTWARE.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>2.0.10</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<diktat-check.version>1.2.5</diktat-check.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand All @@ -108,7 +108,7 @@ SOFTWARE.
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>2.0.10</version>
<version>2.0.20</version>
<executions>
<execution>
<id>compile</id>
Expand Down Expand Up @@ -242,7 +242,7 @@ SOFTWARE.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>2.0.10</version>
<version>2.0.20</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fa2742e

Please sign in to comment.