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/15 18:41:01 UTC

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

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 2c67a400a5 Update Micrometer to 1.9.8
     new 9df8b73739 Bump org.eclipse.persistence.moxy from 2.6.4 to 2.7.6 (#1138)
     new 8ba21900bd Update maven-surefire-report-plugin to 3.0.0-M9
     new c58c476f52 Recording .gitmergeinfo Changes

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


[cxf] 01/03: Bump org.eclipse.persistence.moxy from 2.6.4 to 2.7.6 (#1138)

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 9df8b7373946cc71a7b75ca5c42b4a54103fcc2a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 15 08:13:37 2023 -0500

    Bump org.eclipse.persistence.moxy from 2.6.4 to 2.7.6 (#1138)
    
    Bumps [org.eclipse.persistence.moxy](https://github.com/eclipse-ee4j/eclipselink) from 2.6.4 to 2.7.6.
    - [Release notes](https://github.com/eclipse-ee4j/eclipselink/releases)
    - [Commits](https://github.com/eclipse-ee4j/eclipselink/compare/2.6.4...2.7.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.persistence:org.eclipse.persistence.moxy
      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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4b513ac1bc..2ae430afce 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1936,7 +1936,7 @@
                 <dependency>
                     <groupId>org.eclipse.persistence</groupId>
                     <artifactId>org.eclipse.persistence.moxy</artifactId>
-                    <version>2.6.4</version>
+                    <version>2.7.6</version>
                     <scope>provided</scope>
                     <optional>true</optional>
                 </dependency>


[cxf] 03/03: 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 c58c476f52afcf57e165ed97f4e79f05eb6c6e4e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 15 13:30:08 2023 -0500

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

diff --git a/.gitmergeinfo b/.gitmergeinfo
index e7b842e237..5a90a19553 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -58,6 +58,7 @@ M 045d613bb06c21db4b374aeee64926ae7c7bf179
 M 05e92f4d2fdf9908fdca56ca1e230704d1ea34a6
 M 065778af4c03fba406f4529ffaabcad88b2b7a01
 M 077b0fb79f9135e0b5e922fd55c3d82bf933f20c
+M 077eb3b53afa3102c5cc813c87f89da58e73b635
 M 079d7ecbdaa87dcb6dbcff530595f128fe6e7519
 M 07a3a8a8b8fb11b05d074cb270d0289602f24f28
 M 07d4d658494ab19860932d6ec83059c7ab9443cb
@@ -129,6 +130,7 @@ M 4c66ec00da1c2a4df5807d708c0dbafb02b3c02c
 M 4cb2f639f1317e4fdcd2a01b5afb9f951964eee6
 M 4df404fd7ecd95a98ecaf18f82cb690a76712e22
 M 4e110842a36ac1923870df2c4b9f1a3266dfbc80
+M 4e1c0dd205952c8194df33df803336b3204046cb
 M 4ec849ec62d45d0af9e3e298bdff5e7c07f29493
 M 4ec898213e8d5b2e12dfe4793ddd5129a41b99c3
 M 4ed5741d56366e3fa4fdb659fecd90afa3610bdc


[cxf] 02/03: Update maven-surefire-report-plugin to 3.0.0-M9

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 8ba21900bd9cd02aa06c49b89c52f0746dbc152e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Feb 15 12:36:37 2023 -0500

    Update maven-surefire-report-plugin to 3.0.0-M9
    
    (cherry picked from commit 01758f6eedfd637c3328c114665e5f7a30f5a8fa)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5eee9c8f11..c2587d0eeb 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-M8</version>
+                    <version>3.0.0-M9</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>