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 2022/01/03 13:29:52 UTC

[camel] branch main updated: Upgrade AssertJ to version 3.22.0

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8e43704  Upgrade AssertJ to version 3.22.0
8e43704 is described below

commit 8e4370437551478df648b3ea6036eeb9169f6f75
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 3 14:19:42 2022 +0100

    Upgrade AssertJ to version 3.22.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6c657d5..aeb53eb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,7 +67,7 @@
         <arquillian-version>1.6.0.Final</arquillian-version>
         <arquillian-weld-embedded-version>2.0.0.Final</arquillian-weld-embedded-version>
         <asm-version>8.0.1</asm-version>
-        <assertj-version>3.21.0</assertj-version>
+        <assertj-version>3.22.0</assertj-version>
         <asterisk-java-version>3.12.0</asterisk-java-version>
         <atlasmap-version>2.3.1</atlasmap-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>