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 c8c73b5d8285077e71cb8327cd93d7e68d75d916
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 00:32:52 2026 +0000
Bump org.wiremock.integrations:wiremock-spring-boot from 4.1.0 to 4.2.0
Bumps
[org.wiremock.integrations:wiremock-spring-boot](https://github.com/wiremock/wiremock-spring-boot)
from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/wiremock/wiremock-spring-boot/releases)
-
[Commits](https://github.com/wiremock/wiremock-spring-boot/compare/4.1.0...4.2.0)
---
updated-dependencies:
- dependency-name: org.wiremock.integrations:wiremock-spring-boot
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 6ab5f505a6..df82ca5536 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1455,7 +1455,7 @@ under the License.
<dependency>
<groupId>org.wiremock.integrations</groupId>
<artifactId>wiremock-spring-boot</artifactId>
- <version>4.1.0</version>
+ <version>4.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>