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/10 18:19:14 UTC

[cxf] branch 3.6.x-fixes updated (6ae14dec09 -> ff70972e2e)

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 6ae14dec09 CXF-8810: Fix http-hc osgi startup (#1046)
     new e2165364dc Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)
     new fa2c872e46 Bump dependency-check-maven from 6.5.3 to 7.4.4 (#1064)
     new ff70972e2e Bump cxf.openwebbeans.version from 2.0.26 to 2.0.27 (#1062)

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


[cxf] 02/03: Bump dependency-check-maven from 6.5.3 to 7.4.4 (#1064)

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 fa2c872e46f91fea091e52f1b166d825002ec7df
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 10 11:34:36 2023 -0500

    Bump dependency-check-maven from 6.5.3 to 7.4.4 (#1064)
    
    Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.5.3 to 7.4.4.
    - [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
    - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jeremylong/DependencyCheck/compare/v6.5.3...v7.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.owasp:dependency-check-maven
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f28b24c83c..26794a0ba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <cxf.jdk.version>11</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>
-        <maven-owasp-plugin-version>6.5.3</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>7.4.4</maven-owasp-plugin-version>
     </properties>
     <distributionManagement>
         <repository>


[cxf] 03/03: Bump cxf.openwebbeans.version from 2.0.26 to 2.0.27 (#1062)

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 ff70972e2e598deb3e4cbeb2987232ead90796f2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 10 10:05:16 2023 -0500

    Bump cxf.openwebbeans.version from 2.0.26 to 2.0.27 (#1062)
    
    Bumps `cxf.openwebbeans.version` from 2.0.26 to 2.0.27.
    
    Updates `openwebbeans-impl` from 2.0.26 to 2.0.27
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.26...openwebbeans-2.0.27)
    
    Updates `openwebbeans-el22` from 2.0.26 to 2.0.27
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.26...openwebbeans-2.0.27)
    
    Updates `openwebbeans-spi` from 2.0.26 to 2.0.27
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.26...openwebbeans-2.0.27)
    
    Updates `openwebbeans-web` from 2.0.26 to 2.0.27
    - [Release notes](https://github.com/apache/openwebbeans/releases)
    - [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.26...openwebbeans-2.0.27)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.openwebbeans:openwebbeans-impl:jakarta
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.openwebbeans:openwebbeans-el22:jakarta
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.openwebbeans:openwebbeans-spi:jakarta
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.openwebbeans:openwebbeans-web:jakarta
      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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 10f5e2b521..a1c1b6de35 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -183,7 +183,7 @@
         <cxf.opensaml.osgi.version.range>[3.1,4)</cxf.opensaml.osgi.version.range>
         <cxf.opensaml.osgi.version>3.4.6_3</cxf.opensaml.osgi.version>
         <cxf.opentracing.version>0.33.0</cxf.opentracing.version>
-        <cxf.openwebbeans.version>2.0.26</cxf.openwebbeans.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-utils.version>3.3.1</cxf.plexus-utils.version>


[cxf] 01/03: Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)

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 e2165364dc269b5ff7842b7bf409b2cd731e5eda
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 9 13:13:03 2023 -0500

    Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)
    
    Bumps [maven-surefire-report-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M7.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M7)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d29a1d903..f28b24c83c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -547,7 +547,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-report-plugin</artifactId>
-                    <version>3.0.0-M5</version>
+                    <version>3.0.0-M7</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>