Skip to content

Commit

Permalink
chore(deps): update dependency org.wiremock:wiremock to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and goldmann committed Mar 3, 2025
1 parent 0a67e61 commit 2f52f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.12.0</version>
<version>3.12.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2f52f8e

Please sign in to comment.