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 dd58b37 Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.37.0 to
3.42.0 (#220)
dd58b37 is described below
commit dd58b37e605e0b29faf954b83472f703a5669aa6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 11 20:45:24 2025 -0400
Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.37.0 to 3.42.0 (#220)
* Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.37.0 to 3.42.0
Bumps
[org.eclipse.jdt:org.eclipse.jdt.core](https://github.com/eclipse-jdt/eclipse.jdt.core)
from 3.37.0 to 3.42.0.
- [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.jdt:org.eclipse.jdt.core
dependency-version: 3.42.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* Bump org.eclipse.platform:org.eclipse.equinox.app from 1.7.0 to 1.7.400
Bumps
[org.eclipse.platform:org.eclipse.equinox.app](https://github.com/eclipse-equinox/equinox)
from 1.7.0 to 1.7.400.
- [Commits](https://github.com/eclipse-equinox/equinox/commits)
---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.equinox.app
dependency-version: 1.7.400
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
javadoc/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index c0c1f57..19be598 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -48,13 +48,13 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.app</artifactId>
- <version>1.7.0</version>
+ <version>1.7.400</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.37.0</version>
+ <version>3.42.0</version>
<scope>test</scope>
</dependency>
<dependency>