Skip to content

Commit 04f9b7d

Browse files
chore(deps): replace dependency com.github.tomakehurst:wiremock-jre8 with org.wiremock:wiremock
1 parent aed3c35 commit 04f9b7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

providers/flipt/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
</dependency>
5050

5151
<dependency>
52-
<groupId>com.github.tomakehurst</groupId>
53-
<artifactId>wiremock-jre8</artifactId>
54-
<version>2.35.2</version>
52+
<groupId>org.wiremock</groupId>
53+
<artifactId>wiremock</artifactId>
54+
<version>3.0.1</version>
5555
<scope>test</scope>
5656
</dependency>
5757

providers/unleash/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</dependency>
3131

3232
<dependency>
33-
<groupId>com.github.tomakehurst</groupId>
34-
<artifactId>wiremock-jre8</artifactId>
35-
<version>2.35.2</version>
33+
<groupId>org.wiremock</groupId>
34+
<artifactId>wiremock</artifactId>
35+
<version>3.0.1</version>
3636
<scope>test</scope>
3737
</dependency>
3838

0 commit comments

Comments
 (0)