Skip to content

Commit b69f0af

Browse files
Replace dependency com.github.tomakehurst:wiremock-jre8 with org.wiremock:wiremock 3.0.1
1 parent cde49b4 commit b69f0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>
86-
<groupId>com.github.tomakehurst</groupId>
87-
<artifactId>wiremock-jre8</artifactId>
86+
<groupId>org.wiremock</groupId>
87+
<artifactId>wiremock</artifactId>
8888
<version>3.0.1</version>
8989
<scope>test</scope>
9090
</dependency>

0 commit comments

Comments
 (0)