Skip to content

Commit

Permalink
chore: update kotest to 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Mar 25, 2024
1 parent 6611853 commit 97c7db7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mongodb-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<assertj.version>3.25.2</assertj.version>

<skipITs>true</skipITs>
<kotest.version>5.8.0</kotest.version>
<kotest.version>5.8.1</kotest.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion mongodb-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- dependencies-->
<quarkus.version>3.9.0.CR2</quarkus.version>
<assertj.version>3.25.3</assertj.version>
<kotest.version>5.8.0</kotest.version>
<kotest.version>5.8.1</kotest.version>
<quarkus-junit5-mockk.version>2.1.0</quarkus-junit5-mockk.version>
<mockk.version>1.13.9</mockk.version>

Expand Down
2 changes: 1 addition & 1 deletion restclient-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<quarkus.version>3.9.0.CR2</quarkus.version>
<wiremock.version>2.35.1</wiremock.version>
<jackson.version>2.15.2</jackson.version>
<kotest.version>5.8.0</kotest.version>
<kotest.version>5.8.1</kotest.version>
<kotlinx-coroutines.version>1.7.3</kotlinx-coroutines.version>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<quarkus.version>3.9.0.CR2</quarkus.version>
<hibernate.version>6.2.6.Final</hibernate.version>
<assertj.version>3.25.2</assertj.version>
<kotest.version>5.8.0</kotest.version>
<kotest.version>5.8.1</kotest.version>

<skipITs>true</skipITs>
</properties>
Expand Down

0 comments on commit 97c7db7

Please sign in to comment.