Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 6, 2024
1 parent 401b31d commit 903a30e
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 @@ -26,7 +26,7 @@
<spring.boot.version>2.7.18</spring.boot.version>
<spring.native.version>0.10.5</spring.native.version>
<jasmine.serverPort>8234</jasmine.serverPort>
<kotlin.version>1.9.25</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.9.25</version>
<version>2.0.10</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 903a30e

Please sign in to comment.