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/16 17:38:29 UTC

[cxf] branch 3.6.x-fixes updated (12b4e3a4d9 -> 7b5a863ab7)

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 12b4e3a4d9 Recording .gitmergeinfo Changes
     new fa887167b0 Bump plexus-archiver from 4.2.0 to 4.6.1 (#1065)
     new bb201d414c Bump hsqldb from 2.6.1 to 2.7.1 (#1069)
     new 8d24c4bdaf Update maven-surefire-plugin to 3.0.0-M8 (#1068)
     new 7b5a863ab7 Recording .gitmergeinfo Changes

The 4 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 +
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 4 ++--
 pom.xml                                       | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)


[cxf] 01/04: Bump plexus-archiver from 4.2.0 to 4.6.1 (#1065)

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 fa887167b0a17efcb5b5764d6b00bf48b73527c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 15 12:50:23 2023 -0500

    Bump plexus-archiver from 4.2.0 to 4.6.1 (#1065)
    
    Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.0 to 4.6.1.
    - [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
    - [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.2.0...plexus-archiver-4.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-archiver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f16649bb2c..bd0c74f7e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -185,7 +185,7 @@
         <cxf.opentracing.version>0.33.0</cxf.opentracing.version>
         <cxf.openwebbeans.version>2.0.27</cxf.openwebbeans.version>
         <cxf.persistence-api.version>2.2.3</cxf.persistence-api.version>
-        <cxf.plexus-archiver.version>4.2.0</cxf.plexus-archiver.version>
+        <cxf.plexus-archiver.version>4.6.1</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.3.1</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.3</cxf.reactivestreams.version>
         <cxf.reactor.version>3.5.2</cxf.reactor.version>


[cxf] 03/04: Update maven-surefire-plugin to 3.0.0-M8 (#1068)

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 8d24c4bdaf8d5eea2f544a5fd289e7817497ef33
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jan 16 07:34:10 2023 -0500

    Update maven-surefire-plugin to 3.0.0-M8 (#1068)
    
    (cherry picked from commit 88e8ec843c77ce0d556b850a8751308b9b746419)
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 pom.xml                                       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index e09e98e064..efcb57d626 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -217,7 +217,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.0.0-M7</version>
+                    <version>3.0.0-M8</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index 26794a0ba0..093acf2f5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.0.0-M7</version>
+                    <version>3.0.0-M8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -547,7 +547,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>3.0.0-M7</version>
+                    <version>3.0.0-M8</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 02/04: Bump hsqldb from 2.6.1 to 2.7.1 (#1069)

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 bb201d414c49b727865e004db0a6f28d125ad879
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 16 12:28:49 2023 -0500

    Bump hsqldb from 2.6.1 to 2.7.1 (#1069)
    
    Bumps hsqldb from 2.6.1 to 2.7.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.hsqldb:hsqldb
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bd0c74f7e0..e216682d6e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -119,7 +119,7 @@
         <cxf.hazelcast.version>5.2.1</cxf.hazelcast.version>
         <cxf.hibernate.em.version>5.6.14.Final</cxf.hibernate.em.version>
         <cxf.hibernate.validator.version>6.2.5.Final</cxf.hibernate.validator.version>
-        <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
+        <cxf.hsqldb.version>2.7.1</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.asyncclient.version>4.1.5</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>


[cxf] 04/04: 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 7b5a863ab755bf143bc08efbbaf01c39413d3b6d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jan 16 12:34:32 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index 4d72f23efa..c90a6d1151 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -158,6 +158,7 @@ M 8207f6bf9c0e4f1833ba20ba61adb6bff0921253
 M 84e897dfbda3bff1d6be3c3b44ef36c039cb8c92
 M 8502ca81b4b7711e803ed124173581b5050ae4cc
 M 85d952cfdd706a1a91ff2a82fbbe9e52da88595a
+M 88e8ec843c77ce0d556b850a8751308b9b746419
 M 890195ced00f76d0be680def9c6f08d85d63cbcd
 M 8abb11abab186d2a76fafb41ab610f3c292d5fa8
 M 8cba83cdbb6a1b0d28f6fd7e218b342a42305963