Skip to content

Commit

Permalink
Fix functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Mar 1, 2024
1 parent 98b67b7 commit 65f9c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<!-- Functional Tests -->
<kotest.version>5.5.5</kotest.version>
<kotlin.version>1.9.20</kotlin.version>
<kotlinx-coroutines-core-jvm.version>1.7.3</kotlinx-coroutines-core-jvm.version>
<testcontainers.version>1.17.6</testcontainers.version>
<mockserver-client.version>5.13.2</mockserver-client.version>
<ktor.version>2.2.4</ktor.version>
Expand Down Expand Up @@ -236,7 +237,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.6.4</version>
<version>${kotlinx-coroutines-core-jvm.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 65f9c3d

Please sign in to comment.