You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/12/22 21:33:06 UTC

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

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

lburgazzoli 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 a355baa  build(deps): bump gmavenplus-plugin from 1.13.0 to 1.13.1
a355baa is described below

commit a355baa970d4b831a6c75fb9fdc5128a938ddb42
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 22 20:14:26 2021 +0000

    build(deps): bump gmavenplus-plugin from 1.13.0 to 1.13.1
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.13.0 to 1.13.1.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/1.13.0...1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.gmavenplus:gmavenplus-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 63b138c..1891c92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
         <jandex-version>2.4.1.Final</jandex-version>
 
         <!-- plugins -->
-        <gmavenplus-plugin-version>1.13.0</gmavenplus-plugin-version>
+        <gmavenplus-plugin-version>1.13.1</gmavenplus-plugin-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version>
         <maven-remote-resources-plugin-version>1.7.0</maven-remote-resources-plugin-version>