You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/08/31 12:51:26 UTC

[camel] branch master updated: Upgrade assertj

This is an automated email from the ASF dual-hosted git repository.

davsclaus 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 7b60a1a  Upgrade assertj
7b60a1a is described below

commit 7b60a1abc496582560cee85bb5b79b3c8095d687
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 31 14:50:57 2020 +0200

    Upgrade assertj
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e66b42d..6871ffa 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.0</assertj-version>
+        <assertj-version>3.17.1</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>