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 2018/08/29 06:13:37 UTC

[camel] branch master updated: Upgrade AssertJ to version 3.11.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


The following commit(s) were added to refs/heads/master by this push:
     new 73d12c6  Upgrade AssertJ to version 3.11.1
73d12c6 is described below

commit 73d12c6734daa16f0d0510a8d6af2fb5d880fa45
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 29 08:13:16 2018 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f281f18..0a70a61 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.1</aspectj-version>
-    <assertj-version>3.11.0</assertj-version>
+    <assertj-version>3.11.1</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>
     <atmos-client-version>2.2.2</atmos-client-version>