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/18 08:51:33 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 1bae1e1d build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
1bae1e1d is described below

commit 1bae1e1d8487ee13009aa38b718f0f8e4299cab6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 15 20:57:58 2023 +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.0.0 to 3.2.3.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0...surefire-3.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-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 7aa4c774..42d48971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
         <maven-compiler-plugin-version>3.11.0</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.0.0</maven-surefire-plugin-version>
+        <maven-surefire-plugin-version>3.2.3</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>