Skip to content

Commit 6d86a41

Browse files
[deps]: Replace com.github.tomakehurst:wiremock-jre8 with org.wiremock:wiremock
1 parent d58caee commit 6d86a41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
132-
<groupId>com.github.tomakehurst</groupId>
133-
<artifactId>wiremock-jre8</artifactId>
134-
<version>2.35.2</version>
132+
<groupId>org.wiremock</groupId>
133+
<artifactId>wiremock</artifactId>
134+
<version>3.0.1</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>

0 commit comments

Comments
 (0)