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/11 22:20:58 UTC

[cxf] branch 3.6.x-fixes updated (5c08fbd9c0 -> 703fdc183a)

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 5c08fbd9c0 Recording .gitmergeinfo Changes
     new 04826f6520 Update Spring to 5.3.25
     new acc74209fd Update Micrometer to 1.9.7
     new 703fdc183a Bump glassfish-corba-orb from 4.2.2 to 4.2.4 (#1066)

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


[cxf] 01/03: Update Spring to 5.3.25

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 04826f6520173b51bbb95b7a208e6a6662894ba3
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jan 11 17:17:29 2023 -0500

    Update Spring to 5.3.25
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2c589ab9b1..b7cad3042e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,7 @@
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
         <cxf.spring.security.version>5.8.1</cxf.spring.security.version>
-        <cxf.spring.version>5.3.24</cxf.spring.version>
+        <cxf.spring.version>5.3.25</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>4.15.5</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.8</cxf.swagger.v3.version>


[cxf] 03/03: Bump glassfish-corba-orb from 4.2.2 to 4.2.4 (#1066)

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 703fdc183a1f204a7fce982f468a7c8f0de65d80
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 11 10:01:10 2023 -0500

    Bump glassfish-corba-orb from 4.2.2 to 4.2.4 (#1066)
    
    Bumps glassfish-corba-orb from 4.2.2 to 4.2.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish.corba:glassfish-corba-orb
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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>
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f0aa5b579e..e09e98e064 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -296,7 +296,7 @@
                 <dependency>
                     <groupId>org.glassfish.corba</groupId>
                     <artifactId>glassfish-corba-orb</artifactId>
-                    <version>4.2.2</version>
+                    <version>4.2.4</version>
                 </dependency>
             </dependencies>
         </profile>


[cxf] 02/03: Update Micrometer to 1.9.7

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 acc74209fd321f12fa27dac0f0854cd1841ba388
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jan 11 17:18:15 2023 -0500

    Update Micrometer to 1.9.7
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b7cad3042e..e1377a5e49 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -167,7 +167,7 @@
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
         <cxf.lucene.version>9.4.2</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.9.6</cxf.micrometer.version>
+        <cxf.micrometer.version>1.9.7</cxf.micrometer.version>
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>