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 374374 <scope >test</scope >
375375 </dependency >
376376 <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 >
380380 <scope >test</scope >
381381 </dependency >
382382 </dependencies >
Original file line number Diff line number Diff line change 1414 -->
1515
1616<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" >
1919 <modelVersion >4.0.0</modelVersion >
2020
2121 <artifactId >powertools-cloudformation</artifactId >
9191 <scope >test</scope >
9292 </dependency >
9393 <dependency >
94- <groupId >com.github.tomakehurst </groupId >
95- <artifactId >wiremock-jre8 </artifactId >
94+ <groupId >org.wiremock </groupId >
95+ <artifactId >wiremock</artifactId >
9696 <scope >test</scope >
9797 </dependency >
9898 </dependencies >
You can’t perform that action at this time.
0 commit comments