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 2019/08/07 14:17:08 UTC

[camel] branch master updated: Upgrade AssertJ to version 3.13.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 fa92d6f  Upgrade AssertJ to version 3.13.2
fa92d6f is described below

commit fa92d6f7f296716ee5e5fddd7984a6929a64f2e1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 7 16:16:36 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index bf4c92d..9027a04 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -65,7 +65,7 @@
         <asciidoctorj-version>1.5.6</asciidoctorj-version>
         <asm-version>5.0.4</asm-version>
         <aspectj-version>1.9.4</aspectj-version>
-        <assertj-version>3.12.2</assertj-version>
+        <assertj-version>3.13.2</assertj-version>
         <asterisk-java-version>1.0.0-final</asterisk-java-version>
         <asterisk-java-bundle-version>1.0.0-final_1</asterisk-java-bundle-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>