Skip to content

Commit

Permalink
Merge pull request #3527 from kubernetes-client/dependabot/maven/org.…
Browse files Browse the repository at this point in the history
…wiremock-wiremock-3.8.0

Bump org.wiremock:wiremock from 3.7.0 to 3.8.0
  • Loading branch information
k8s-ci-robot committed Jul 1, 2024
2 parents aaba4cb + ec01d27 commit 1308542
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/examples-release-17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-18/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-19/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-20/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1308542

Please sign in to comment.