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 4205338325b Bump maven-surefire-plugin-version from 3.5.5 to 3.5.6
(#1807)
4205338325b is described below
commit 4205338325b5199ed879dcbda5009f9b76c85789
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 3 17:51:00 2026 +0200
Bump maven-surefire-plugin-version from 3.5.5 to 3.5.6 (#1807)
Bumps `maven-surefire-plugin-version` from 3.5.5 to 3.5.6.
Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)
Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.5...surefire-3.5.6)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
dependency-version: 3.5.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 f19bfcf13af..cac9f404c38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
<license-maven-plugin-version>5.0.0</license-maven-plugin-version>
<maven-compiler-plugin-version>3.15.0</maven-compiler-plugin-version>
<maven-javadoc-plugin-version>3.12.0</maven-javadoc-plugin-version>
- <maven-surefire-plugin-version>3.5.5</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>3.5.6</maven-surefire-plugin-version>
<springdoc-version>3.0.2</springdoc-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
<cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version>