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/07/28 01:28:03 UTC

[cxf] branch 3.5.x-fixes updated (04a4d0e7bd -> dedf304666)

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

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


    from 04a4d0e7bd Recording .gitmergeinfo Changes
     new 0005265cca Update JUnit5 to 5.9.0
     new dedf304666 Recording .gitmergeinfo Changes

The 2 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.


Summary of changes:
 .gitmergeinfo  | 1 +
 parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[cxf] 02/02: Recording .gitmergeinfo Changes

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

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

commit dedf304666956cd72cdcd7948df2e1736f260ce9
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jul 27 21:27:46 2022 -0400

    Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 9e97ec8420..3672b63744 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -6,6 +6,7 @@ B 14fde35cbb22f301217be8e1b56ef405eab70682
 B 21bf42d906765fffb015f86d49e7b535d927bc56
 B 3457c8555d1ecb49cf13e29a60f7ab01ec5f2ff4
 B 4b63dbb428488f3a6d0b7114632404b31458a521
+B 55534e4d391793e88df3515867224f80a12b312c
 B 5bfcf58aeb8bd4825fd84d4ea10a5d2c4072798f
 B 6c4eae9ec9f00826b88dbcdb475b9ac67e082f4c
 B 6d64fdb0d9219ca829f29a2f38480033b60a4c98


[cxf] 01/02: Update JUnit5 to 5.9.0

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

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

commit 0005265cca70efb6d581410b6752dafac7a36ba2
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jul 27 19:52:47 2022 -0400

    Update JUnit5 to 5.9.0
    
    (cherry picked from commit 63a2c2bbf4dcba37bd8fe669d35203f8eb0d019b)
    (cherry picked from commit ffd09d06b199e119847d25133fc22d6d2927170e)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6e19f393ae..f3242010e2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -161,7 +161,7 @@
         <cxf.json.bind-api.version>1.0.2</cxf.json.bind-api.version>
         <cxf.jsr250.api.version>1.0</cxf.jsr250.api.version>
         <cxf.junit.version>4.13.2</cxf.junit.version>
-        <cxf.junit5.version>5.8.2</cxf.junit5.version>
+        <cxf.junit5.version>5.9.0</cxf.junit5.version>
         <cxf.kerby.version>2.0.2</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>