This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 9164d67047 Bump org.eclipse.persistence:org.eclipse.persistence.moxy
(#2208)
9164d67047 is described below
commit 9164d67047baf78d60b0f563d7b1559daccc321e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 24 17:20:28 2024 -0500
Bump org.eclipse.persistence:org.eclipse.persistence.moxy (#2208)
Bumps
[org.eclipse.persistence:org.eclipse.persistence.moxy](https://github.com/eclipse-ee4j/eclipselink)
from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/eclipse-ee4j/eclipselink/releases)
-
[Commits](https://github.com/eclipse-ee4j/eclipselink/compare/4.0.4...4.0.5)
---
updated-dependencies:
- dependency-name: org.eclipse.persistence:org.eclipse.persistence.moxy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@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 790cf642be..dc146ca77d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2052,7 +2052,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <version>4.0.4</version>
+ <version>4.0.5</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>