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 610b17d9488 chore: Upgrade Maven surefire plugin to 3.5.2
610b17d9488 is described below
commit 610b17d9488c83db5c78c4a306ce8bf27e0ac33d
Author: Aurélien Pupier <[email protected]>
AuthorDate: Fri Dec 20 08:47:26 2024 +0100
chore: Upgrade Maven surefire plugin to 3.5.2
it aligns with version in Camel Core
https://github.com/apache/camel/blob/5fe84bcb4269061f057b296a6b53ddda8e6d1f72/pom.xml#L135
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 ed19c7ee3ab..d5b0c6aaa13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
<maven.compiler.release>${jdk.version}</maven.compiler.release>
<maven-javadoc-plugin-version>3.10.0</maven-javadoc-plugin-version>
- <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>3.5.2</maven-surefire-plugin-version>
<mycila-license-version>3.0</mycila-license-version>
<springdoc-version>2.2.0</springdoc-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>