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 2023/01/14 18:04:20 UTC

[cxf] branch 3.6.x-fixes updated (5b92e502c1 -> 12b4e3a4d9)

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

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


    from 5b92e502c1 Recording .gitmergeinfo Changes
     new d066a0df3f Update JUnit Jupiter to 5.9.2
     new 12b4e3a4d9 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  | 2 ++
 parent/pom.xml | 2 +-
 2 files changed, 3 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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 12b4e3a4d9d2f3d8cc380e998b9e44f43e2a8479
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 14 13:04:03 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 0cb5bb48bd..4d72f23efa 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -82,6 +82,7 @@ M 1e58759273b90bd7666cf5cb8bc2c688b62271a1
 M 1ecc24d817d4ef0cba4a4079a1c69abf33d1ad9b
 M 1ff9472aed179c1dbb36c2cbfb96a742ade7c54e
 M 2068929ab7277b8c1d9dcd5609838185f2e734e9
+M 2083c29ed066576be424b99b57dfea9cdd90c581
 M 227e81b07f547106af5e76af7e526fc6c3c8ffc2
 M 24151890ce517fcd8cfb5db08251e9088f4d7e85
 M 24b749e191c51a1a6e509dfaef482380d0859120
@@ -165,6 +166,7 @@ M 8ffec0eb10eab9894ea62152e1e6f3eb962beca9
 M 905f4f91e4d0b5c4d145729f16bad90b1847f0be
 M 96a2e7f27fde6ebdffd511ce69120adfff7b9dcb
 M 96e71237bae2eb987a5fbe67d21e9e1e19f2d158
+M 98be30e6813d3c9f6e49c4a21c5ca7e46fada082
 M 9900e83b5970c32d40b797584d5cf6739952a97f
 M 9a36be5c61b1992247f7fdb416a4f0bb10f9c1d9
 M 9a8e07ab159b2492d42fddadce1e5854ceee29e8


[cxf] 01/02: Update JUnit Jupiter to 5.9.2

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

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

commit d066a0df3f42fc2910860e72e8e2ad6de89c2b5d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 14 11:52:43 2023 -0500

    Update JUnit Jupiter to 5.9.2
    
    (cherry picked from commit 98be30e6813d3c9f6e49c4a21c5ca7e46fada082)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b6fdba42e1..f16649bb2c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -160,7 +160,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.9.1</cxf.junit5.version>
+        <cxf.junit5.version>5.9.2</cxf.junit5.version>
         <cxf.kerby.version>2.0.2</cxf.kerby.version>
         <cxf.ldapsdk.version>6.0.7</cxf.ldapsdk.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>