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-xjc-utils.git
The following commit(s) were added to refs/heads/main by this push:
new 6c6e053 Bump org.eclipse.platform:org.eclipse.equinox.app (#243)
6c6e053 is described below
commit 6c6e053e54f84ce93053b00f7da522d5da0779e2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 7 21:23:22 2025 -0400
Bump org.eclipse.platform:org.eclipse.equinox.app (#243)
Bumps
[org.eclipse.platform:org.eclipse.equinox.app](https://github.com/eclipse-equinox/equinox)
from 1.7.400 to 1.7.500.
- [Commits](https://github.com/eclipse-equinox/equinox/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.equinox.app
dependency-version: 1.7.500
dependency-type: direct:development
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>
---
javadoc/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index f196acd..288c9ea 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.app</artifactId>
- <version>1.7.400</version>
+ <version>1.7.500</version>
<scope>test</scope>
</dependency>
<dependency>