You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2019/10/30 12:14:51 UTC

[camel-k-runtime] 05/09: chore(deps): update assertj to v3.14.0

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

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit f2e8f747a7251fabace8afb0f63537cc0e8914d9
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Sun Oct 27 20:09:51 2019 +0100

    chore(deps): update assertj to v3.14.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f9ad0a..7314620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         <commons-lang.version>3.9</commons-lang.version>
         <commons-collections4.version>4.4</commons-collections4.version>
         <commons-text.version>1.7</commons-text.version>
-        <assertj.version>3.13.2</assertj.version>
+        <assertj.version>3.14.0</assertj.version>
         <log4j2.version>2.12.1</log4j2.version>
         <slf4j.version>1.7.28</slf4j.version>
         <groovy.version>2.5.8</groovy.version>