Skip to content

Commit

Permalink
chore: use current wiremock version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed May 1, 2024
1 parent 3830e95 commit e636f28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<kotlin-coroutines.version>1.7.2</kotlin-coroutines.version>

<mockito-kotlin.version>5.0.0</mockito-kotlin.version>
<wiremock.version>3.0.0-beta-10</wiremock.version>
<wiremock.version>3.4.2</wiremock.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -142,8 +142,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit e636f28

Please sign in to comment.