This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new af5e03dd build(deps): bump maven-surefire-plugin from 3.0.0-M5 to
3.0.0-M6
af5e03dd is described below
commit af5e03dd2ed15aff9cf8b939390446bb507f8ea1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 4 19:33:02 2022 +0000
build(deps): bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M6
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.0.0-M5 to 3.0.0-M6.
- [Release notes](https://github.com/apache/maven-surefire/releases)
-
[Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M6)
---
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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5ad54af6..64cec300 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
<!-- plugins -->
<gmavenplus-plugin-version>1.13.1</gmavenplus-plugin-version>
<maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
- <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version>
+ <maven-surefire-plugin-version>3.0.0-M6</maven-surefire-plugin-version>
<maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>
<maven-failsafe-plugin-version>3.0.0-M5</maven-failsafe-plugin-version>
<versions-maven-plugin-version>2.10.0</versions-maven-plugin-version>