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 2019/11/07 15:19:51 UTC

[camel-k-runtime] branch master updated (d837aa6 -> 3469340)

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

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


    from d837aa6  build: disable travis
     new ea4ec47  chore(deps): update common dbcp2 to v2.7.0
     new 3469340  chore(deps): update common text to v1.8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-k-loader-groovy/pom.xml | 2 +-
 camel-k-loader-kotlin/pom.xml | 2 +-
 pom.xml                       | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)


[camel-k-runtime] 01/02: chore(deps): update common dbcp2 to v2.7.0

Posted by lb...@apache.org.
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

commit ea4ec473777d038958d183737dea7602fa5db97f
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Nov 7 16:07:54 2019 +0100

    chore(deps): update common dbcp2 to v2.7.0
---
 camel-k-loader-groovy/pom.xml | 2 +-
 camel-k-loader-kotlin/pom.xml | 2 +-
 pom.xml                       | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/camel-k-loader-groovy/pom.xml b/camel-k-loader-groovy/pom.xml
index 1f197ae..98d729a 100644
--- a/camel-k-loader-groovy/pom.xml
+++ b/camel-k-loader-groovy/pom.xml
@@ -112,7 +112,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>
-            <version>2.6.0</version>
+            <version>${commons-dbcp2.version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/camel-k-loader-kotlin/pom.xml b/camel-k-loader-kotlin/pom.xml
index 4490b3e..6e2adff 100644
--- a/camel-k-loader-kotlin/pom.xml
+++ b/camel-k-loader-kotlin/pom.xml
@@ -120,7 +120,7 @@
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>
-            <version>2.6.0</version>
+            <version>${commons-dbcp2.version}</version>
             <scope>test</scope>
         </dependency>
 
diff --git a/pom.xml b/pom.xml
index 634f27a..80baeb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
         <commons-lang.version>3.9</commons-lang.version>
         <commons-collections4.version>4.4</commons-collections4.version>
         <commons-text.version>1.7</commons-text.version>
+        <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
         <assertj.version>3.14.0</assertj.version>
         <log4j2.version>2.12.1</log4j2.version>
         <slf4j.version>1.7.28</slf4j.version>


[camel-k-runtime] 02/02: chore(deps): update common text to v1.8

Posted by lb...@apache.org.
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

commit 3469340c8d1ec205a7df4aeebaeb6c7c695eaecb
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Nov 7 16:08:24 2019 +0100

    chore(deps): update common text to v1.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80baeb2..32176cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.9</commons-lang.version>
         <commons-collections4.version>4.4</commons-collections4.version>
-        <commons-text.version>1.7</commons-text.version>
+        <commons-text.version>1.8</commons-text.version>
         <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
         <assertj.version>3.14.0</assertj.version>
         <log4j2.version>2.12.1</log4j2.version>