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 2024/01/25 14:40:17 UTC

(cxf) branch 3.6.x-fixes updated (4f8c3b614b -> 19276be9d4)

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 4f8c3b614b Recording .gitmergeinfo Changes
     new 9363b31ddd Bump actions/cache from 3.3.3 to 4.0.0 (#1659)
     new ef93e84879 Update Mockito to 5.10.0
     new cbda73659e Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#1661)
     new f54afed740 Bump cxf.dropwizard4.version from 4.2.24 to 4.2.25 (#1662)
     new 19276be9d4 Recording .gitmergeinfo Changes

The 5 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:
 .github/workflows/codeql-analysis.yml | 2 +-
 .gitmergeinfo                         | 5 +++++
 parent/pom.xml                        | 6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)


(cxf) 02/05: Update Mockito to 5.10.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.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit ef93e84879dff5dbe1bb95654de57aa17b3f855b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jan 24 16:54:16 2024 -0500

    Update Mockito to 5.10.0
    
    (cherry picked from commit 18a0bd299508d6a45ca83164ba9e8b3386d64024)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b4bbf681a9..9a61bcab85 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
         <cxf.mina.version>2.1.5</cxf.mina.version>
-        <cxf.mockito.version>5.9.0</cxf.mockito.version>
+        <cxf.mockito.version>5.10.0</cxf.mockito.version>
         <cxf.msv.version>2022.7</cxf.msv.version>
         <cxf.neethi.version>3.2.0</cxf.neethi.version>
         <cxf.netty.version.range>[4,5)</cxf.netty.version.range>


(cxf) 01/05: Bump actions/cache from 3.3.3 to 4.0.0 (#1659)

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 9363b31ddddeb700632877d475236ec8efeca33e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 22 09:07:39 2024 -0500

    Bump actions/cache from 3.3.3 to 4.0.0 (#1659)
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/e12d46a63a90f2fae62d114769bbf2a179198b5c...13aacd865c20de90d75de3b17ebe84f7a17d57d2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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>
    (cherry picked from commit 419b68d85b0763e39c2bfa96395d29e606b36536)
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6096aa2242..10b5ea2df9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
         distribution: 'temurin'
         java-version: '11'
     - name: Cache local Maven repository
-      uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+      uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}


(cxf) 04/05: Bump cxf.dropwizard4.version from 4.2.24 to 4.2.25 (#1662)

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 f54afed740f943ef43a3859f67376601c2adde4b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 25 09:24:05 2024 -0500

    Bump cxf.dropwizard4.version from 4.2.24 to 4.2.25 (#1662)
    
    Bumps `cxf.dropwizard4.version` from 4.2.24 to 4.2.25.
    
    Updates `io.dropwizard.metrics:metrics-core` from 4.2.24 to 4.2.25
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.24...v4.2.25)
    
    Updates `io.dropwizard.metrics:metrics-jmx` from 4.2.24 to 4.2.25
    - [Release notes](https://github.com/dropwizard/metrics/releases)
    - [Commits](https://github.com/dropwizard/metrics/compare/v4.2.24...v4.2.25)
    
    ---
    updated-dependencies:
    - dependency-name: io.dropwizard.metrics:metrics-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.dropwizard.metrics:metrics-jmx
      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>
    (cherry picked from commit dc9b20d4dfc35679cb7584c7bf704ea5d2b67171)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3988f8012c..dffd0de63e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -102,7 +102,7 @@
         <cxf.derby.version>10.15.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.4</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
-        <cxf.dropwizard4.version>4.2.24</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.2.25</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.10.8</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>


(cxf) 05/05: 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 19276be9d4c9bc58e42f86ce1f978a59ae205755
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jan 25 09:32:10 2024 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index c66b919b83..6914866340 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -239,6 +239,7 @@ M 18599e4dc283e4de4d49933e13ff17fd09c61365
 M 186bd4ca3adba7395cd9d6fd1b4c1be025a5af44
 M 18772ccd06e30586122665f1f1179cb3e7361eb3
 M 188776f6723abb01b4c771e7370a09b844437e8d
+M 18a0bd299508d6a45ca83164ba9e8b3386d64024
 M 18f1791fa72dba0a7f2ed784d0dfbbb5e9923306
 M 1931627bce92559e1bc0cf585163b4c9c921fcf7
 M 194f6aa32321826865293527d0511a965a83fd54
@@ -364,6 +365,7 @@ M 3fee9d302b2530c607ea0ae2d72fcf0c61431519
 M 404e3c2c0d476c78be277108ea854c7a68b3e1ed
 M 409000118502e38492ecdfe3e9b249a2c2787cbc
 M 40ad295ad0fb5cb856cd97b260f10ce2a53a526b
+M 419b68d85b0763e39c2bfa96395d29e606b36536
 M 41d5cb20366629dc1d91bcee5435e11e20d37a18
 M 41dcc7c984a927dbf48b782d96fccea1d1b601eb
 M 4309a4a1f94f50d77825dd57ab964d436cab63b8
@@ -484,6 +486,7 @@ M 688e0c16e8a760c839c52f01e210998c947c0037
 M 6a20f8231c9adf2e898c2c1d1ee84f74a529f737
 M 6aef90a0188f29c3de9c7667a377ba06d4cf418d
 M 6b4d9482558bab1538aa375424a8b7a430e91395
+M 6b5e31646468afe8f398416403276e0e14f1c1f8
 M 6bb1a69c531ec15a521bd736db6195e9506a4679
 M 6c0e33ea72c7662a1a630d8e1482f56667cbad54
 M 6c56c4c41492b9e7660474867f7ff2d69ffb3727
@@ -742,6 +745,7 @@ M ceaef931fcbe62d64007a371abc38409e15d5dd6
 M cefafc093f527af09f51ead881d4af57dd2031b4
 M cf09a8532ce31a9453f1628c1d0d7082d5ec3a31
 M cf1dc0bc288382c6676ced1166ebefd2c5ae3464
+M cfac6ce7e125086a78f325111da76e299d39165c
 M cfbe112430e477d8c2d5e4ed8e6285ffdc99f415
 M d01b80120c02dbedf67ee595e3c0503df7f71b9d
 M d06c9ece5dbb55cfd444f31668b9d49b9089ef1b
@@ -777,6 +781,7 @@ M da7fb369ac1be1b5b59c9c121383cd4ac2ebb91d
 M da9e27e5a349294e7222e9772b0d8376b4c27731
 M db80012a672d2049318a11e4443ab8ed4cf7c885
 M dc5e818f5a8387e7009bc4471b5a032428cfb3cc
+M dc9b20d4dfc35679cb7584c7bf704ea5d2b67171
 M dd4c06bd2dffc77aa3f6a0e4ecd62e05803354e5
 M dd62525299958e291a9189320563c440a9525347
 M ddcc93f12758a13cb4ce98c3d76a68f207ba674f


(cxf) 03/05: Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#1661)

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 cbda73659ef909a691a1ac58b062b1b5e9355833
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jan 25 09:23:56 2024 -0500

    Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#1661)
    
    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.1 to 3.25.2.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.25.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      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>
    (cherry picked from commit 6b5e31646468afe8f398416403276e0e14f1c1f8)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9a61bcab85..3988f8012c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -82,7 +82,7 @@
         <cxf.arquillian.version>1.6.0.Final</cxf.arquillian.version>
         <cxf.arquillian.weld.container.version>2.0.1.Final</cxf.arquillian.weld.container.version>
         <cxf.aspectj.version>1.9.21</cxf.aspectj.version>
-        <cxf.assertj.version>3.25.1</cxf.assertj.version>
+        <cxf.assertj.version>3.25.2</cxf.assertj.version>
         <cxf.atmosphere.version.range>[2.4, 3.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>2.6.1</cxf.atmosphere.version>
         <cxf.bcprov.version>1.77</cxf.bcprov.version>