Skip to content

Commit d9ee495

Browse files
authored
build(deps): Move wiremock to new version with patched CVEs. (#1923)
1 parent 4e6aa45 commit d9ee495

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@
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>

powertools-cloudformation/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
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>
@@ -91,8 +91,8 @@
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>

0 commit comments

Comments
 (0)