Skip to content

Commit

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

build(deps): bump org.wiremock:wiremock from 3.5.3 to 3.5.4
  • Loading branch information
k8s-ci-robot committed Apr 25, 2024
2 parents 7ea0421 + b79f6aa commit f037024
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
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-18/pom.xml
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-19/pom.xml
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion examples/examples-release-20/pom.xml
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
<!--for
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -304,7 +304,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.5.3</version>
<version>3.5.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f037024

Please sign in to comment.