This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 4.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit dc5b4d760d2785ec4f9b8718d04dc7a924dc91b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 7 17:14:48 2026 -0500
Bump org.eclipse.persistence:org.eclipse.persistence.moxy (#2817)
Bumps
[org.eclipse.persistence:org.eclipse.persistence.moxy](https://github.com/eclipse-ee4j/eclipselink)
from 4.0.8 to 4.0.9.
- [Release notes](https://github.com/eclipse-ee4j/eclipselink/releases)
-
[Commits](https://github.com/eclipse-ee4j/eclipselink/compare/4.0.8...4.0.9)
---
updated-dependencies:
- dependency-name: org.eclipse.persistence:org.eclipse.persistence.moxy
dependency-version: 4.0.9
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>
(cherry picked from commit ec1dbd88035a991add3bd4ee2fc293aa16ac4070)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 3fb9695b05f..049f19f3495 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2064,7 +2064,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <version>4.0.8</version>
+ <version>4.0.9</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>