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/06/05 15:27:31 UTC

[cxf] branch 3.6.x-fixes updated (e9ca1a75d8 -> 6030fd842d)

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 e9ca1a75d8 Recording .gitmergeinfo Changes
     new 27a650b162 Update maven-release-plugin to 3.0.1
     new 3661a77398 Bump swagger-ui from 4.18.2 to 4.19.0 (#1291)
     new 6030fd842d Bump github/codeql-action from 2.3.5 to 2.3.6 (#1290)

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


[cxf] 02/03: Bump swagger-ui from 4.18.2 to 4.19.0 (#1291)

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 3661a77398be2845b4899d5474ae87eb6e18f5d7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 5 07:47:19 2023 -0400

    Bump swagger-ui from 4.18.2 to 4.19.0 (#1291)
    
    Bumps [swagger-ui](https://github.com/webjars/swagger-ui) from 4.18.2 to 4.19.0.
    - [Commits](https://github.com/webjars/swagger-ui/compare/swagger-ui-4.18.2...swagger-ui-4.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.webjars:swagger-ui
      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>
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 49e4e1cd82..5e7500b8ee 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -35,7 +35,7 @@
         <cxf.jetty10.version>10.0.15</cxf.jetty10.version>
         <cxf.netty.version>4.1.93.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
-        <cxf.swagger.ui.version>4.18.2</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.19.0</cxf.swagger.ui.version>
         <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.75</cxf.tomcat.version>
         <cxf.lucene.version>9.6.0</cxf.lucene.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 732233a938..32fed962b3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -209,7 +209,7 @@
         <cxf.spring.security.version>5.8.3</cxf.spring.security.version>
         <cxf.spring.version>5.3.27</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
-        <cxf.swagger.ui.version>4.18.2</cxf.swagger.ui.version>
+        <cxf.swagger.ui.version>4.19.0</cxf.swagger.ui.version>
         <cxf.swagger.v3.version>2.2.11</cxf.swagger.v3.version>
         <cxf.swagger2.version>1.6.11</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.1-jre</cxf.swagger2.guava.version>


[cxf] 01/03: Update maven-release-plugin to 3.0.1

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 27a650b162d87da3efde527b4f479f04e637f4d7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jun 5 09:09:20 2023 -0400

    Update maven-release-plugin to 3.0.1
    
    (cherry picked from commit a3a2acf8b37ced61b9aea89a9fdb02aa1f50e829)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb0d8b0284..f113a1b3e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -446,7 +446,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>3.0.0</version>
+                    <version>3.0.1</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
                         <preparationGoals>clean install</preparationGoals>


[cxf] 03/03: Bump github/codeql-action from 2.3.5 to 2.3.6 (#1290)

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 6030fd842d2ce5870ed99c4c8e86d796c41583d3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 5 07:46:50 2023 -0400

    Bump github/codeql-action from 2.3.5 to 2.3.6 (#1290)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.5 to 2.3.6.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/0225834cc549ee0ca93cb085b92954821a145866...83f0fe6c4988d98a455712a27f0255212bba9bd4)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      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>
---
 .github/workflows/codeql-analysis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f0d07741bd..7d77eb9ef1 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -56,7 +56,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
+      uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6
       with:
         languages: ${{ matrix.language }}
         #config-file: ./.github/codeql/codeql-cxf-config.yml
@@ -84,4 +84,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2.3.5
+      uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2.3.6