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 May 21, 2024
1 parent 390fe16 commit 5a6eb17
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.24</kotlin.version>
<kotlin.version>2.0.0</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.24</version>
<version>2.0.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 5a6eb17

Please sign in to comment.