This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 b0a7d07 Bump org.wiremock:wiremock from 3.13.1 to 3.13.2 (#145)
b0a7d07 is described below
commit b0a7d07b94de201f881775e3a558fe3ba2a2a0bf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 17 17:23:56 2025 +0100
Bump org.wiremock:wiremock from 3.13.1 to 3.13.2 (#145)
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from
3.13.1 to 3.13.2.
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](https://github.com/wiremock/wiremock/compare/3.13.1...3.13.2)
---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
dependency-version: 3.13.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3ef23ab..17c5f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
- <version>3.13.1</version>
+ <version>3.13.2</version>
<scope>test</scope>
</dependency>
<dependency>