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 31f16b7aef6b8209a44937749ff1f69878080f76
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 11 22:39:48 2026 +0000
Bump org.wiremock.integrations:wiremock-spring-boot from 4.2.2 to 4.2.3
Bumps
[org.wiremock.integrations:wiremock-spring-boot](https://github.com/wiremock/wiremock-spring-boot)
from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/wiremock/wiremock-spring-boot/releases)
-
[Commits](https://github.com/wiremock/wiremock-spring-boot/compare/4.2.2...4.2.3)
---
updated-dependencies:
- dependency-name: org.wiremock.integrations:wiremock-spring-boot
dependency-version: 4.2.3
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 01524a9d67..5aa609c564 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1454,7 +1454,7 @@ under the License.
<dependency>
<groupId>org.wiremock.integrations</groupId>
<artifactId>wiremock-spring-boot</artifactId>
- <version>4.2.2</version>
+ <version>4.2.3</version>
<scope>test</scope>
</dependency>
</dependencies>