diff --git a/providers/flipt/pom.xml b/providers/flipt/pom.xml
index 19cd72a60..fe320151b 100644
--- a/providers/flipt/pom.xml
+++ b/providers/flipt/pom.xml
@@ -49,9 +49,9 @@
         </dependency>
 
         <dependency>
-            <groupId>com.github.tomakehurst</groupId>
-            <artifactId>wiremock-jre8</artifactId>
-            <version>2.35.2</version>
+            <groupId>org.wiremock</groupId>
+            <artifactId>wiremock</artifactId>
+            <version>3.0.1</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/providers/unleash/pom.xml b/providers/unleash/pom.xml
index 48e1f00c6..368195d90 100644
--- a/providers/unleash/pom.xml
+++ b/providers/unleash/pom.xml
@@ -30,9 +30,9 @@
         </dependency>
 
         <dependency>
-            <groupId>com.github.tomakehurst</groupId>
-            <artifactId>wiremock-jre8</artifactId>
-            <version>2.35.2</version>
+            <groupId>org.wiremock</groupId>
+            <artifactId>wiremock</artifactId>
+            <version>3.0.1</version>
             <scope>test</scope>
         </dependency>