This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 4a6836a7421942b22c40aaf388d55f02bee1b420
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 13 22:36:43 2026 +0000
Bump org.wiremock.integrations:wiremock-spring-boot from 4.2.1 to 4.2.2
Bumps
[org.wiremock.integrations:wiremock-spring-boot](https://github.com/wiremock/wiremock-spring-boot)
from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/wiremock/wiremock-spring-boot/releases)
-
[Commits](https://github.com/wiremock/wiremock-spring-boot/compare/4.2.1...4.2.2)
---
updated-dependencies:
- dependency-name: org.wiremock.integrations:wiremock-spring-boot
dependency-version: 4.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7704945fff..1682a2951c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1474,7 +1474,7 @@ under the License.
<dependency>
<groupId>org.wiremock.integrations</groupId>
<artifactId>wiremock-spring-boot</artifactId>
- <version>4.2.1</version>
+ <version>4.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>