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/10/26 06:34:47 UTC

[camel] 01/03: Upgrade AssertJ to version 3.18.0

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 ef28c65cf082532f8c0e26be558c55b46d0e28d8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 26 06:34:52 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f67760a..6a16c34 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.17.2</assertj-version>
+        <assertj-version>3.18.0</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>