You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/12 12:23:30 UTC

[camel-examples] branch master updated (aa3066a -> 3b20410)

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

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


    from aa3066a  Align dependencies to camel master: Spring version to 5.2.4.RELEASE
     new 2cffc90  Upgrade Groovy to version 3.0.2
     new 3b20410  Upgrade Pax Exam to version 4.13.2

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


[camel-examples] 02/02: Upgrade Pax Exam to version 4.13.2

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

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

commit 3b2041008ad5472b55f28b58c1e34caf2b98c916
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 12 13:16:38 2020 +0100

    Upgrade Pax Exam to version 4.13.2
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index c244e2d..998444b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -214,7 +214,7 @@
         <hapi-version>2.3</hapi-version>
         <hamcrest-version>2.2</hamcrest-version>
         <hibernate-validator-version>6.1.2.Final</hibernate-validator-version>
-        <pax-exam-version>4.13.1</pax-exam-version>
+        <pax-exam-version>4.13.2</pax-exam-version>
         <pax-url-aether>2.6.2</pax-url-aether>
         <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>


[camel-examples] 01/02: Upgrade Groovy to version 3.0.2

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

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

commit 2cffc90de0f5b3808f08a2bdf3ef69f3a873cedc
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 12 13:14:38 2020 +0100

    Upgrade Groovy to version 3.0.2
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index cffe40c..c244e2d 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -208,7 +208,7 @@
         <freemarker-version>2.3.29</freemarker-version>
         <geronimo-j2ee-connector-spec-version>2.0.0</geronimo-j2ee-connector-spec-version>
         <glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <groovy-version>3.0.1</groovy-version>
+        <groovy-version>3.0.2</groovy-version>
         <geronimo-jms2-spec-version>1.0-alpha-2</geronimo-jms2-spec-version>
         <gson-version>2.8.5</gson-version>
         <hapi-version>2.3</hapi-version>