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:02 UTC

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

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>