Skip to content

Commit 421d93c

Browse files
committed
fix(deps): update kotlin monorepo to v2.1.21
1 parent 801092d commit 421d93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>load-flow-service</artifactId>
55
<version>0.0.0</version>
66
<properties>
7-
<kotlin.version>2.1.20</kotlin.version>
7+
<kotlin.version>2.1.21</kotlin.version>
88
<ktor.version>3.0.0-beta-1</ktor.version>
99
<main.class>com.github.statnett.loadflowservice.AppKt</main.class>
1010
<kotlin.code.style>official</kotlin.code.style>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.jetbrains.kotlin</groupId>
7575
<artifactId>kotlin-test-junit5</artifactId>
76-
<version>2.1.20</version>
76+
<version>2.1.21</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>

0 commit comments

Comments
 (0)