You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/13 21:23:59 UTC

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

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

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

commit 50b18c1fc088253880dea414f973b9f4c5ba5f0f
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 13 18:56:12 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index ca203ed..de8b899 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <commons-io.version>2.6</commons-io.version>
         <commons-lang.version>3.9</commons-lang.version>
         <commons-collections4.version>4.3</commons-collections4.version>
-        <assertj.version>3.12.2</assertj.version>
+        <assertj.version>3.13.2</assertj.version>
         <log4j2.version>2.12.0</log4j2.version>
         <slf4j.version>1.7.26</slf4j.version>
         <groovy.version>2.5.7</groovy.version>