Skip to content

Commit

Permalink
Update kotlin monorepo to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent b945e5e commit 0e5f2d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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>1.7.21</kotlin.version>
<kotlin.version>1.9.0</kotlin.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<diktat-check.version>1.2.4.2</diktat-check.version>
Expand Down Expand Up @@ -273,7 +273,7 @@ SOFTWARE.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>1.7.21</version>
<version>1.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0e5f2d9

Please sign in to comment.