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 c130359d9f3 Bump org.apache.maven.plugins:maven-surefire-plugin from
3.5.4 to 3.5.5 (#1673)
c130359d9f3 is described below
commit c130359d9f377c5f1a8ac1d4754cffc3b77cea80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 24 07:30:17 2026 +0100
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.4 to 3.5.5
(#1673)
Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.5.4 to 3.5.5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.5)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-version: 3.5.5
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 ba694b8473f..cb5386765c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<jaxb-version>2.3.0</jaxb-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.4</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>3.5.5</maven-surefire-plugin-version>
<mycila-license-version>5.0.0</mycila-license-version>
<springdoc-version>3.0.1</springdoc-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>