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 ff845cc5a75 Bump org.eclipse.persistence:org.eclipse.persistence.moxy
(#3286)
ff845cc5a75 is described below
commit ff845cc5a7548e425ebf8a26efe60641e2d605e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 8 07:47:37 2026 -0400
Bump org.eclipse.persistence:org.eclipse.persistence.moxy (#3286)
Bumps org.eclipse.persistence:org.eclipse.persistence.moxy from 5.0.0 to
5.0.1.
---
updated-dependencies:
- dependency-name: org.eclipse.persistence:org.eclipse.persistence.moxy
dependency-version: 5.0.1
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 90a2ad91ae8..5ced8bdc69b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2122,7 +2122,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <version>5.0.0</version>
+ <version>5.0.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>