Skip to content

Commit

Permalink
chore(deps): update kotlin monorepo to v2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 10, 2024
1 parent e828c7f commit c142cc7
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 @@ -4,7 +4,7 @@
<artifactId>load-flow-service</artifactId>
<version>0.0.0</version>
<properties>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.version>2.0.21</kotlin.version>
<ktor.version>3.0.0-beta-1</ktor.version>
<main.class>com.github.statnett.loadflowservice.AppKt</main.class>
<kotlin.code.style>official</kotlin.code.style>
Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>2.0.20</version>
<version>2.0.21</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c142cc7

Please sign in to comment.