You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2022/10/09 08:22:50 UTC

[aries-jax-rs-whiteboard] branch master updated: Revert "Bump assertj-core from 3.22.0 to 3.23.1"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e55823  Revert "Bump assertj-core from 3.22.0 to 3.23.1"
1e55823 is described below

commit 1e5582396d42cdac2ad440d197b3402e705d80d8
Author: Carlos Sierra Andrés <cs...@gmail.com>
AuthorDate: Sun Oct 9 10:19:01 2022 +0200

    Revert "Bump assertj-core from 3.22.0 to 3.23.1"
    
    This reverts commit f61673476a64e5606a3fc2ad076e7ce26cb059fc.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f2b2cf2..efcb944 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.23.1</assertj.core.version>
+        <assertj.core.version>3.22.0</assertj.core.version>
         <bnd.version>6.3.0-RC1</bnd.version>
         <commons.lang3.version>3.12.0</commons.lang3.version>
         <cxf.version>3.5.2</cxf.version>