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/02/14 16:58:39 UTC

[cxf] branch 3.6.x-fixes updated (8ac5ce609c -> 2c67a400a5)

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 8ac5ce609c Recording .gitmergeinfo Changes
     new 30008e903a Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (#1136)
     new 6bfed37154 Bump docker-maven-plugin from 0.4.9 to 1.2.2 (#1137)
     new 2c67a400a5 Update Micrometer to 1.9.8

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


[cxf] 03/03: Update Micrometer to 1.9.8

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 2c67a400a5dec9dc6bd8d7b72160f2cb58021f1f
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Feb 14 11:53:37 2023 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 66e687d8c5..4b513ac1bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -168,7 +168,7 @@
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
         <cxf.lucene.version>9.5.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.9.7</cxf.micrometer.version>
+        <cxf.micrometer.version>1.9.8</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>


[cxf] 01/03: Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (#1136)

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 30008e903a8261d51849784a3c2297604d3ed768
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 14 08:28:38 2023 -0500

    Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (#1136)
    
    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M8 to 3.0.0-M9.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.0.0-M9)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      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>
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 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 74f590b65a..3e8082ab0c 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -218,7 +218,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.0.0-M8</version>
+                    <version>3.0.0-M9</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/pom.xml b/pom.xml
index 137266d4c8..5eee9c8f11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>3.0.0-M8</version>
+                    <version>3.0.0-M9</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 02/03: Bump docker-maven-plugin from 0.4.9 to 1.2.2 (#1137)

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 6bfed37154cb6d1e4fba6df8f4bd99826b8d2297
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 14 10:15:14 2023 -0500

    Bump docker-maven-plugin from 0.4.9 to 1.2.2 (#1137)
    
    Bumps [docker-maven-plugin](https://github.com/spotify/docker-maven-plugin) from 0.4.9 to 1.2.2.
    - [Release notes](https://github.com/spotify/docker-maven-plugin/releases)
    - [Changelog](https://github.com/spotify/docker-maven-plugin/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/spotify/docker-maven-plugin/compare/v0.4.9...v1.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.spotify:docker-maven-plugin
      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>
---
 distribution/src/main/release/samples/jaxws_spring_boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
index 89e4dc5ea6..065dcf164d 100644
--- a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
@@ -90,7 +90,7 @@
             <plugin>
                 <groupId>com.spotify</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
-                <version>0.4.9</version>
+                <version>1.2.2</version>
                 <configuration>
                     <imageName>${project.groupId}/${project.artifactId}</imageName>
                     <baseImage>frolvlad/alpine-oraclejdk8:slim</baseImage>