Skip to content

Commit

Permalink
chore(deps): update dependency org.wiremock:wiremock-standalone to v3…
Browse files Browse the repository at this point in the history
….0.3 [security]
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent e3cace3 commit ef26165
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.0.1</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.0.1</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.0.1</version>
<version>3.0.3</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit ef26165

Please sign in to comment.