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 2020/08/31 05:59:45 UTC

[camel-k-runtime] branch master updated: Upgrade Assertj to version 3.17.1 (#457)

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-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 287c8ae  Upgrade Assertj to version 3.17.1 (#457)
287c8ae is described below

commit 287c8aeca6e55f61b3a88db7d367e44c162d5b2b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 31 07:59:37 2020 +0200

    Upgrade Assertj to version 3.17.1 (#457)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4fadcf1..5a2727e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <commons-text.version>1.9</commons-text.version>
         <commons-codec.version>1.14</commons-codec.version>
         <commons-dbcp2.version>2.7.0</commons-dbcp2.version>
-        <assertj.version>3.17.0</assertj.version>
+        <assertj.version>3.17.1</assertj.version>
         <log4j2.version>2.13.3</log4j2.version>
         <slf4j.version>1.7.30</slf4j.version>
         <groovy.version>3.0.5</groovy.version>