Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent 37f6982 commit 458d366
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>1.9.21</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>
<ktor.version>3.0.0-eap-852</ktor.version>
<main.class>com.github.statnett.loadflowservice.AppKt</main.class>
<kotlin.code.style>official</kotlin.code.style>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>2.0.0-Beta1</version>
<version>2.0.0-Beta2</version>
</dependency>
<dependency>
<groupId>io.github.oshai</groupId>
Expand Down

0 comments on commit 458d366

Please sign in to comment.