You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/01/08 11:25:34 UTC

[camel] branch camel-2.x updated (6ae759f -> db06e9b)

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

davsclaus pushed a change to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6ae759f  CAMEL-12995 - Removed integration tests
     new c0bb313  Upgrade hibernate validator
     new db06e9b  Upgrade TestContainers to version 1.10.5

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:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: Upgrade TestContainers to version 1.10.5

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit db06e9b491cf6bfc8c4a5fe88256240e953a59ce
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jan 8 12:25:10 2019 +0100

    Upgrade TestContainers to version 1.10.5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3182ebd..db1822d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -686,7 +686,7 @@
     <stringtemplate-version>4.0.8</stringtemplate-version>
     <tagsoup-bundle-version>1.2.1_1</tagsoup-bundle-version>
     <tagsoup-version>1.2.1</tagsoup-version>
-    <testcontainers-version>1.10.2</testcontainers-version>
+    <testcontainers-version>1.10.5</testcontainers-version>
     <testng-version>6.14.2</testng-version>
     <tinybundles-version>2.1.1</tinybundles-version>
     <tika-version>1.19.1</tika-version>


[camel] 01/02: Upgrade hibernate validator

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c0bb3131e38fa6817a0910eacdb919af0eabf194
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jan 8 10:36:55 2019 +0100

    Upgrade hibernate validator
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e00c776..3182ebd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -294,7 +294,7 @@
     <hbase-version>1.2.6</hbase-version>
     <hessian-version>4.0.51</hessian-version>
     <hdrhistrogram-version>2.1.10</hdrhistrogram-version>
-    <hibernate-validator-version>6.0.13.Final</hibernate-validator-version>
+    <hibernate-validator-version>6.0.14.Final</hibernate-validator-version>
     <hibernate-version>5.2.16.Final</hibernate-version>
     <hikaricp-version>2.3.13</hikaricp-version>
     <hk2-version>2.3.0</hk2-version>