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 e3a3029 Bump org.eclipse.platform:org.eclipse.equinox.app (#306)
e3a3029 is described below
commit e3a302959ce28667e60c9b32c30b256cf2d4a8bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 11 21:34:21 2026 -0400
Bump org.eclipse.platform:org.eclipse.equinox.app (#306)
Bumps
[org.eclipse.platform:org.eclipse.equinox.app](https://github.com/eclipse-equinox/equinox)
from 1.7.500 to 1.7.600.
- [Commits](https://github.com/eclipse-equinox/equinox/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.equinox.app
dependency-version: 1.7.600
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 702d339..63b8aa8 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.500</version>
+ <version>1.7.600</version>
<scope>test</scope>
</dependency>
<dependency>