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/09/21 19:46:02 UTC

[camel-k-runtime] branch master updated: build(deps): bump gmavenplus-plugin from 1.10.0 to 1.10.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 bebec9a  build(deps): bump gmavenplus-plugin from 1.10.0 to 1.10.1
bebec9a is described below

commit bebec9ad908f1f3c0c50d545e0005846891fe1bd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 21 19:02:04 2020 +0000

    build(deps): bump gmavenplus-plugin from 1.10.0 to 1.10.1
    
    Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.10.0 to 1.10.1.
    - [Release notes](https://github.com/groovy/GMavenPlus/releases)
    - [Commits](https://github.com/groovy/GMavenPlus/compare/1.10.0...1.10.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 9e0300b..dcf4046 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <json-schema-validator-version>2.2.14</json-schema-validator-version>
 
         <!-- plugins -->
-        <gmavenplus-plugin-version>1.10.0</gmavenplus-plugin-version>
+        <gmavenplus-plugin-version>1.10.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>