You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/18 20:01:40 UTC

[camel-spring-boot] 02/02: Upgrade to maven-surefire-plugin 3.1.2

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

commit 595ca9843a4ff18f3b09f65aa8f63c5708277b63
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jun 18 22:00:57 2023 +0200

    Upgrade to maven-surefire-plugin 3.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6c82f016d13..a27fc89cccd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
         <jaxb-version>2.3.0</jaxb-version>
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
-        <maven-surefire-plugin-version>3.1.0</maven-surefire-plugin-version>
+        <maven-surefire-plugin-version>3.1.2</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
         <springdoc-version>1.6.6</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>