This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 348e4bd364d chore: Upgrade Wiremock Spring Boot version to 3.4.0
348e4bd364d is described below
commit 348e4bd364dfabafee22a68dcc47df8a0eeb12b9
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Dec 20 08:54:20 2024 +0100
chore: Upgrade Wiremock Spring Boot version to 3.4.0
it aligns with the Spring Boot version used
Signed-off-by: Aurélien Pupier <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 71a21d0d172..1ffd64d0afd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
<swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
<cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>
- <wiremock-spring-boot-version>3.0.2</wiremock-spring-boot-version>
+ <wiremock-spring-boot-version>3.4.0</wiremock-spring-boot-version>
<spring-session-hazelcast-version>3.3.2</spring-session-hazelcast-version>
</properties>