You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/11 08:22:06 UTC

(camel-k) branch main updated: chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 2eb5fdcc8 chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
2eb5fdcc8 is described below

commit 2eb5fdcc82d6e9e6bd5d83ce9769163b84e3d871
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 11 08:18:09 2024 +0000

    chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin
    
    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M8 to 3.2.5.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 java/crds/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 81d3584ff..2375e6306 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -37,7 +37,7 @@
     <maven.compiler.target>17</maven.compiler.target>
 
     <fabric8-version>6.10.0</fabric8-version>
-    <maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
+    <maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
   </properties>
 
   <developers>