We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed3c35 commit 04f9b7dCopy full SHA for 04f9b7d
providers/flipt/pom.xml
@@ -49,9 +49,9 @@
49
</dependency>
50
51
<dependency>
52
- <groupId>com.github.tomakehurst</groupId>
53
- <artifactId>wiremock-jre8</artifactId>
54
- <version>2.35.2</version>
+ <groupId>org.wiremock</groupId>
+ <artifactId>wiremock</artifactId>
+ <version>3.0.1</version>
55
<scope>test</scope>
56
57
providers/unleash/pom.xml
@@ -30,9 +30,9 @@
30
31
32
33
34
35
36
37
38
0 commit comments