Commit f24a205 1 parent 7b83b9f commit f24a205 Copy full SHA for f24a205
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 257
257
<test-containers .version>1.19.7</test-containers .version>
258
258
<embedded-postgres .version>2.0.7</embedded-postgres .version>
259
259
<strimzi .version>0.105.0</strimzi .version>
260
- <wiremock-jre8 .version>2.35.2 </wiremock-jre8 .version>
260
+ <wiremock .version>3.7.0 </wiremock .version>
261
261
</properties >
262
262
263
263
<dependencyManagement >
787
787
<scope >test</scope >
788
788
</dependency >
789
789
<dependency >
790
- <groupId >com.github.tomakehurst </groupId >
791
- <artifactId >wiremock-jre8 </artifactId >
792
- <version >${wiremock-jre8 .version} </version >
790
+ <groupId >org.wiremock </groupId >
791
+ <artifactId >wiremock</artifactId >
792
+ <version >${wiremock.version} </version >
793
793
</dependency >
794
794
<dependency >
795
795
<groupId >com.google.truth.extensions</groupId >
Original file line number Diff line number Diff line change 58
58
</dependency >
59
59
60
60
<dependency >
61
- <groupId >com.github.tomakehurst </groupId >
62
- <artifactId >wiremock-jre8 </artifactId >
61
+ <groupId >org.wiremock </groupId >
62
+ <artifactId >wiremock</artifactId >
63
63
</dependency >
64
64
65
65
<dependency >
You can’t perform that action at this time.
0 commit comments