This is an automated email from the ASF dual-hosted git repository. davsclaus 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 c15ace77e61 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#1410) c15ace77e61 is described below commit c15ace77e61469a83222dd38878dfb288a423f0a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Apr 5 10:52:19 2025 +0200 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#1410) Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab27c14571e..4c20b0fe341 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ <maven-compiler-plugin-version>3.14.0</maven-compiler-plugin-version> <maven.compiler.release>${jdk.version}</maven.compiler.release> <maven-javadoc-plugin-version>3.11.2</maven-javadoc-plugin-version> - <maven-surefire-plugin-version>3.5.2</maven-surefire-plugin-version> + <maven-surefire-plugin-version>3.5.3</maven-surefire-plugin-version> <mycila-license-version>4.6</mycila-license-version> <springdoc-version>2.2.0</springdoc-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version>