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/05/25 07:38:15 UTC

[camel-k-runtime] branch main updated: build(deps): bump gmavenplus-plugin from 2.1.0 to 3.0.0

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 b5a1164d build(deps): bump gmavenplus-plugin from 2.1.0 to 3.0.0
b5a1164d is described below

commit b5a1164d40c6eb54c3fe29a68efff533583a2f13
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed May 24 19:57:49 2023 +0000

    build(deps): bump gmavenplus-plugin from 2.1.0 to 3.0.0
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 2.1.0 to 3.0.0.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/2.1.0...3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 25a8bbc4..d90ab1ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <hamcrest-version>2.2</hamcrest-version>
 
         <!-- plugins -->
-        <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
+        <gmavenplus-plugin-version>3.0.0</gmavenplus-plugin-version>
         <maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
         <maven-assembly-plugin-version>3.5.0</maven-assembly-plugin-version>
         <maven-dependency-plugin-version>3.5.0</maven-dependency-plugin-version>