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:46 UTC

[camel] 01/02: Upgrade AssertJ to version 3.18.1

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>