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 2023/12/11 11:02:15 UTC

(camel-k-runtime) branch main updated: build(deps): bump org.apache.maven.plugins:maven-failsafe-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-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f4f0860 build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
4f4f0860 is described below

commit 4f4f08600af696e309e3d7e048fd900128b98002
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 11 08:43:33 2023 +0000

    build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin
    
    Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.2.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 c9234640..d92e3db0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
         <maven-dependency-plugin-version>3.5.0</maven-dependency-plugin-version>
         <maven-surefire-plugin-version>3.0.0</maven-surefire-plugin-version>
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
-        <maven-failsafe-plugin-version>3.0.0</maven-failsafe-plugin-version>
+        <maven-failsafe-plugin-version>3.2.2</maven-failsafe-plugin-version>
         <versions-maven-plugin-version>2.16.2</versions-maven-plugin-version>
         <directory-maven-plugin-version>1.0</directory-maven-plugin-version>
         <exec-maven-plugin-version>3.1.1</exec-maven-plugin-version>