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/03/22 19:30:00 UTC

[cxf] branch 3.6.x-fixes updated (4f128130f7 -> fd14d859a2)

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 4f128130f7 Update Spring Framework to 5.3.26
     new 56ee7acf49 Bump plexus-archiver from 4.6.2 to 4.6.3 (#1200)
     new f0075e3e7f Bump maven-release-plugin from 2.5.3 to 3.0.0 (#1199)
     new fd14d859a2 Bump checkstyle from 10.8.1 to 10.9.2 (#1197)

The 3 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:
 parent/pom.xml | 4 ++--
 pom.xml        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 02/03: Bump maven-release-plugin from 2.5.3 to 3.0.0 (#1199)

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 f0075e3e7f4a6ab31652487520682546c37fd9e6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 22 11:15:26 2023 -0400

    Bump maven-release-plugin from 2.5.3 to 3.0.0 (#1199)
    
    Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 2.5.3 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-release/releases)
    - [Commits](https://github.com/apache/maven-release/compare/maven-release-2.5.3...maven-release-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-release-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7e6e9db0db..266d391d16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,7 +447,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.5.3</version>
+                    <version>3.0.0</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>


[cxf] 01/03: Bump plexus-archiver from 4.6.2 to 4.6.3 (#1200)

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 56ee7acf496ff8c45ab0b4a5b909c4380fe01da8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 22 11:15:00 2023 -0400

    Bump plexus-archiver from 4.6.2 to 4.6.3 (#1200)
    
    Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.6.2 to 4.6.3.
    - [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.6.2...plexus-archiver-4.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-archiver
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 4dfc2a3558..438882706c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -186,7 +186,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.6.2</cxf.plexus-archiver.version>
+        <cxf.plexus-archiver.version>4.6.3</cxf.plexus-archiver.version>
         <cxf.plexus-utils.version>3.5.1</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
         <cxf.reactor.version>3.5.4</cxf.reactor.version>


[cxf] 03/03: Bump checkstyle from 10.8.1 to 10.9.2 (#1197)

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 fd14d859a29852a013c31030f2aeb452e3891fba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 22 11:18:30 2023 -0400

    Bump checkstyle from 10.8.1 to 10.9.2 (#1197)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.8.1 to 10.9.2.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.8.1...checkstyle-10.9.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 438882706c..e570f426cd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -393,7 +393,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>10.8.1</version>
+                            <version>10.9.2</version>
                         </dependency>
                     </dependencies>
                     <configuration>