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 20:57:15 UTC

[cxf] branch 3.5.x-fixes updated (410a9f8b3f -> 9c7470006f)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 410a9f8b3f CXF-8810: Fix http-hc osgi startup (#1046)
     new 83a668078f Bump cxf.openwebbeans.version from 2.0.26 to 2.0.27 (#1062)
     new 3f2b078641 Bump maven-surefire-report-plugin from 3.0.0-M5 to 3.0.0-M7 (#1059)
     new 9c7470006f Bump dependency-check-maven from 6.5.3 to 7.4.4 (#1064)

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 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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 3f2b07864143f5ecfd8606060148da73f8f2f04a
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 d3d5dfad06..3ec9117419 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,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>


[cxf] 03/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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 9c7470006fb2e7ec7092d5482bf09c860a2d3964
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 3ec9117419..cb51a58096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <cxf.jdk.version>1.8</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] 01/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.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 83a668078f6da9bc66d19861d3e409a84d8a73e5
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 87c620c032..a0c6469e2a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -184,7 +184,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>