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:26:21 UTC

(camel-k-runtime) branch main updated: build(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-runtime.git


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

commit dd88bc2f6f5ed8d981f62faa1e837bd294bcc25a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 10 20:56:52 2024 +0000

    build(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.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
    ...
    
    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 37ea6892..19c408f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
         <maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
         <maven-assembly-plugin-version>3.6.0</maven-assembly-plugin-version>
         <maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
-        <maven-surefire-plugin-version>3.2.3</maven-surefire-plugin-version>
+        <maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
         <maven-remote-resources-plugin-version>3.1.0</maven-remote-resources-plugin-version>
         <maven-failsafe-plugin-version>3.2.3</maven-failsafe-plugin-version>
         <versions-maven-plugin-version>2.16.2</versions-maven-plugin-version>