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 2021/01/13 07:38:59 UTC

[camel] branch master updated (ec969e0 -> 92db5aa)

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.git.


    from ec969e0  Sync deps
     new 452b633  Junit version must be updated in parent pom to 4.13.1
     new 92db5aa  Sync deps

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-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Junit version must be updated in parent pom to 4.13.1

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.git

commit 452b633ad6dbd2265988cb505ec532306c722c1e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 13 08:37:29 2021 +0100

    Junit version must be updated in parent pom to 4.13.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f8b514a..938da0b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -346,7 +346,7 @@
         <jsoup-version>1.13.1</jsoup-version>
         <jt400-version>10.4</jt400-version>
         <junit-toolbox-version>2.3</junit-toolbox-version>
-        <junit-version>4.13</junit-version>
+        <junit-version>4.13.1</junit-version>
         <junit-jupiter-version>5.7.0</junit-jupiter-version>
         <jxmpp-version>0.6.4</jxmpp-version>
         <jython-version>2.5.3</jython-version>


[camel] 02/02: Sync deps

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.git

commit 92db5aa8dd2b6dff610e0eb5200b19d48bd265bb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 13 08:38:25 2021 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f0be97b..70452cd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -364,7 +364,7 @@
     <jta-api-1.2-version>1.2</jta-api-1.2-version>
     <junit-jupiter-version>5.7.0</junit-jupiter-version>
     <junit-toolbox-version>2.3</junit-toolbox-version>
-    <junit-version>4.13</junit-version>
+    <junit-version>4.13.1</junit-version>
     <jxmpp-version>0.6.4</jxmpp-version>
     <jython-standalone-version>2.5.3</jython-standalone-version>
     <jython-version>2.5.3</jython-version>