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:36:56 UTC

[camel-k-runtime] branch assertj-3.17.1 created (now a44e503)

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

acosentino pushed a change to branch assertj-3.17.1
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.


      at a44e503  Upgrade Assertj to version 3.17.1

This branch includes the following new commits:

     new a44e503  Upgrade Assertj to version 3.17.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k-runtime] 01/01: Upgrade Assertj to version 3.17.1

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a44e5031181aed91adb30c5a92ebffa380c6039d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 31 07:36:49 2020 +0200

    Upgrade Assertj to version 3.17.1
---
 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>