You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/10 14:59:41 UTC

[aries-jax-rs-whiteboard] 01/02: osgi.test.version 1.1.0 depends on assertj.core.version 3.22.0

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git

commit 75fa8f75758c73c159daa6a9f67e2e3179895264
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Sun Apr 10 10:47:04 2022 -0400

    osgi.test.version 1.1.0 depends on assertj.core.version 3.22.0
    
    Signed-off-by: Raymond Auge <ro...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4a844a4..3f7add7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.outputTimestamp>10</project.build.outputTimestamp>
 
-        <assertj.core.version>3.21.0</assertj.core.version>
+        <assertj.core.version>3.22.0</assertj.core.version>
         <bnd.version>6.1.0</bnd.version>
         <commons.lang3.version>3.12.0</commons.lang3.version>
         <cxf.version>3.5.1</cxf.version>