File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
powertools-cloudformation Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 374
374
<scope >test</scope >
375
375
</dependency >
376
376
<dependency >
377
- <groupId >com.github.tomakehurst </groupId >
378
- <artifactId >wiremock-jre8 </artifactId >
379
- <version >2.35.2 </version >
377
+ <groupId >org.wiremock </groupId >
378
+ <artifactId >wiremock</artifactId >
379
+ <version >3.13.1 </version >
380
380
<scope >test</scope >
381
381
</dependency >
382
382
</dependencies >
Original file line number Diff line number Diff line change 14
14
-->
15
15
16
16
<project xmlns =" http://maven.apache.org/POM/4.0.0"
17
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
17
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
19
19
<modelVersion >4.0.0</modelVersion >
20
20
21
21
<artifactId >powertools-cloudformation</artifactId >
91
91
<scope >test</scope >
92
92
</dependency >
93
93
<dependency >
94
- <groupId >com.github.tomakehurst </groupId >
95
- <artifactId >wiremock-jre8 </artifactId >
94
+ <groupId >org.wiremock </groupId >
95
+ <artifactId >wiremock</artifactId >
96
96
<scope >test</scope >
97
97
</dependency >
98
98
</dependencies >
You can’t perform that action at this time.
0 commit comments