This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push: new 3123c17 Bump org.wiremock:wiremock from 3.12.1 to 3.13.0 3123c17 is described below commit 3123c17f87734a6cff7e2afcd35608a0a35537e6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Apr 24 12:51:45 2025 +0000 Bump org.wiremock:wiremock from 3.12.1 to 3.13.0 Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.12.1 to 3.13.0. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.12.1...3.13.0) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-version: 3.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fe4492c..32b549c 100644 --- a/pom.xml +++ b/pom.xml @@ -183,7 +183,7 @@ <dependency> <groupId>org.wiremock</groupId> <artifactId>wiremock</artifactId> - <version>3.12.1</version> + <version>3.13.0</version> <scope>test</scope> </dependency> <dependency>