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/11/12 15:18:45 UTC

[camel] branch master updated (45af1c5 -> 309aef5)

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 45af1c5  CAMEL-15845: Add events consumer to GitHub component
     new e8c6a39  Upgrade AssertJ to version 3.18.1
     new 309aef5  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: Upgrade AssertJ to version 3.18.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 e8c6a3955ab203d01f9aa1d8bd82e44bcb60307f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 12 15:02:59 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index b05e579..c3f3b5d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -64,7 +64,7 @@
         <arquillian-weld-embedded-version>2.0.0.Final</arquillian-weld-embedded-version>
         <asm-version>8.0.1</asm-version>
         <aspectj-version>1.9.6</aspectj-version>
-        <assertj-version>3.18.0</assertj-version>
+        <assertj-version>3.18.1</assertj-version>
         <asterisk-java-version>1.0.0-final</asterisk-java-version>
         <atlasmap-version>2.1.0</atlasmap-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-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 309aef527e10a68701f87c33355ea1d418284243
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 12 15:04:51 2020 +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 99b5b97..0137c22 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -56,7 +56,7 @@
     <arquillian-weld-embedded-version>2.0.0.Final</arquillian-weld-embedded-version>
     <asm-version>8.0.1</asm-version>
     <aspectj-version>1.9.6</aspectj-version>
-    <assertj-version>3.18.0</assertj-version>
+    <assertj-version>3.18.1</assertj-version>
     <asterisk-java-version>1.0.0-final</asterisk-java-version>
     <atlasmap-version>2.1.0</atlasmap-version>
     <atlassian-fugue-version>3.0.0</atlassian-fugue-version>