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/09/06 12:28:19 UTC

[camel] branch master updated: Upgrade Assertj to version 3.17.2

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


The following commit(s) were added to refs/heads/master by this push:
     new a8936e7  Upgrade Assertj to version 3.17.2
a8936e7 is described below

commit a8936e7d56b349932c0dc4111b979690ef0c1571
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Sep 6 14:27:48 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index fce5d22..d0be1f3 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.1</assertj-version>
+        <assertj-version>3.17.2</assertj-version>
         <asterisk-java-version>1.0.0-final</asterisk-java-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>
         <atmos-client-version>3.1.0</atmos-client-version>