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

(camel) branch main updated: Bump maven-surefire-plugin-version from 3.2.3 to 3.2.5

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

apupier 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 4c4c2e25bb9 Bump maven-surefire-plugin-version from 3.2.3 to 3.2.5
4c4c2e25bb9 is described below

commit 4c4c2e25bb9219d1283df80165b379ed85fb2a49
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 10 06:59:20 2024 +0000

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

diff --git a/pom.xml b/pom.xml
index 179354ade73..889d47cfc7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <maven-javadoc-plugin-version>3.6.3</maven-javadoc-plugin-version>
         <maven-release-plugin-version>3.0.1</maven-release-plugin-version>
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
-        <maven-surefire-plugin-version>3.2.3</maven-surefire-plugin-version>
+        <maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
         <versions-maven-plugin-version>2.16.2</versions-maven-plugin-version>
 
         <jaxb-core-version>4.0.4</jaxb-core-version>