You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/01/18 15:00:14 UTC

[cxf] 01/02: Update assertj to 3.22.0

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit ae4305fe24f0aa388a2f3f6a1e32abd32ef0767e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Jan 18 08:58:14 2022 -0500

    Update assertj to 3.22.0
    
    (cherry picked from commit 0b2dab74c7fb759d36cd012fa0c20510486e9315)
    (cherry picked from commit f02e401b3e46c42b19db22300691f2197b0abfb7)
---
 integration/spring-boot/autoconfigure/pom.xml | 2 --
 parent/pom.xml                                | 7 +++++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml
index f15a03e..635e692 100644
--- a/integration/spring-boot/autoconfigure/pom.xml
+++ b/integration/spring-boot/autoconfigure/pom.xml
@@ -165,13 +165,11 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-validation</artifactId>
-            <version>${cxf.spring.boot.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
-            <version>3.18.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1c7fed0..66e7f61 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -84,6 +84,7 @@
         <cxf.arquillian.version>1.1.14.Final</cxf.arquillian.version>
         <cxf.arquillian.weld.container.version>2.0.1.Final</cxf.arquillian.weld.container.version>
         <cxf.aspectj.version>1.9.1</cxf.aspectj.version>
+        <cxf.assertj.version>3.22.0</cxf.assertj.version>
         <cxf.atmosphere.version.range>[2.4,3.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>2.6.1</cxf.atmosphere.version>
         <cxf.bcprov.version>1.69</cxf.bcprov.version>
@@ -839,6 +840,12 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
+                <groupId>org.assertj</groupId>
+                <artifactId>assertj-core</artifactId>
+                <version>${cxf.assertj.version}</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-compat</artifactId>
                 <version>${cxf.maven.core.version}</version>