This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 44fc8e18195 chore(deps): Bump
org.apache.maven.plugins:maven-surefire-report-plugin (#14816)
44fc8e18195 is described below
commit 44fc8e1819575e4aec739a4604795837fd0facb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 15 09:19:49 2024 +0200
chore(deps): Bump org.apache.maven.plugins:maven-surefire-report-plugin
(#14816)
Bumps
[org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire)
from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.0...surefire-3.3.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 9b27f3da640..fea1e2bbe94 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -346,7 +346,7 @@
<maven-resolver-version>1.9.21</maven-resolver-version>
<maven-shade-plugin-version>3.6.0</maven-shade-plugin-version>
<maven-shared-utils-plugin-version>3.4.2</maven-shared-utils-plugin-version>
-
<maven-surefire-report-plugin-version>3.3.0</maven-surefire-report-plugin-version>
+
<maven-surefire-report-plugin-version>3.3.1</maven-surefire-report-plugin-version>
<maven-wagon-version>3.5.2</maven-wagon-version>
<maven-war-plugin-version>3.4.0</maven-war-plugin-version>
<metrics-version>4.2.26</metrics-version>