Skip to content

Commit cbb8691

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

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
@@ -82,8 +82,8 @@
8282
<scope>provided</scope>
8383
</dependency>
8484
<dependency>
85-
<groupId>com.github.tomakehurst</groupId>
86-
<artifactId>wiremock-jre8</artifactId>
85+
<groupId>org.wiremock</groupId>
86+
<artifactId>wiremock</artifactId>
8787
<version>3.0.1</version>
8888
<scope>test</scope>
8989
</dependency>

0 commit comments

Comments
 (0)