Skip to content

Commit

Permalink
chore(deps): update wiremock/wiremock docker tag to v3.10.0 (#2150)
Browse files Browse the repository at this point in the history
| datasource | package           | from  | to     |
| ---------- | ----------------- | ----- | ------ |
| docker     | wiremock/wiremock | 3.9.1 | 3.10.0 |

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
  • Loading branch information
Fameing and renovate-bot authored Dec 4, 2024
1 parent 32a9b82 commit 53e6d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-wiremock/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* `embedded.wiremock.enabled` `(true|false, default is true)`
* `embedded.wiremock.reuseContainer` `(true|false, default is false)`
* `embedded.wiremock.dockerImage` `(default is 'wiremock/wiremock:3.9.1')`
* `embedded.wiremock.dockerImage` `(default is 'wiremock/wiremock:3.10.0')`
* `embedded.wiremock.host` `(default is 'localhost')`
* `embedded.wiremock.port` `(int, default is 8990)`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public class WiremockProperties extends CommonContainerProperties {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "wiremock/wiremock:3.9.1";
return "wiremock/wiremock:3.10.0";
}
}

0 comments on commit 53e6d02

Please sign in to comment.