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 2020/12/02 17:42:42 UTC

[camel-k-runtime] branch master updated: build(deps): bump gmavenplus-plugin from 1.11.0 to 1.11.1

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a86a78  build(deps): bump gmavenplus-plugin from 1.11.0 to 1.11.1
3a86a78 is described below

commit 3a86a780cf4f5f97999c3699d4965b904b5b5a98
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 1 20:02:33 2020 +0000

    build(deps): bump gmavenplus-plugin from 1.11.0 to 1.11.1
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.11.0 to 1.11.1.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/1.11.0...1.11.1)
    
    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 0b3bd54..4a9c9f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
         <json-schema-validator-version>2.2.14</json-schema-validator-version>
 
         <!-- plugins -->
-        <gmavenplus-plugin-version>1.11.0</gmavenplus-plugin-version>
+        <gmavenplus-plugin-version>1.11.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>