You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/12 11:43:41 UTC

[camel] branch main updated: Upgrade Maven Surefire and Failsafe plugin from 3.1.0 to 3.1.2

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

orpiske 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 de39c598406 Upgrade Maven Surefire and Failsafe plugin from 3.1.0 to 3.1.2
de39c598406 is described below

commit de39c5984064692c51efac3f3c3a8e82d9f46f1c
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Mon Jun 12 10:24:25 2023 +0200

    Upgrade Maven Surefire and Failsafe plugin from 3.1.0 to 3.1.2
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 65bbf92f40d..09088ff7382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,8 +121,8 @@
 
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
-        <maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
-        <maven-failsafe-plugin-version>3.1.0</maven-failsafe-plugin-version>
+        <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
+        <maven-failsafe-plugin-version>3.1.2</maven-failsafe-plugin-version>
         <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <java-diff-utils-version>4.7</java-diff-utils-version>