Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Nov 18, 2023
1 parent 28ec806 commit 336daef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<artifactId>load-flow-service</artifactId>
<version>0.0.0</version>
<properties>
<kotlin.version>1.9.10</kotlin.version>
<ktor.version>2.3.5</ktor.version>
<kotlin.version>1.9.20</kotlin.version>
<ktor.version>2.3.6</ktor.version>
<main.class>com.github.statnett.loadflowservice.AppKt</main.class>
<kotlin.code.style>official</kotlin.code.style>
</properties>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>1.9.20-Beta2</version>
<version>2.0.0-Beta1</version>
</dependency>
<dependency>
<groupId>io.github.oshai</groupId>
Expand All @@ -88,7 +88,7 @@
<!-- Check if these can be removed when ktor upgrades. Looks like ktor* use 1.7.36 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-reload4j</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 336daef

Please sign in to comment.