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 1359e3a Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.42.0 to
3.43.0 (#244)
1359e3a is described below
commit 1359e3af07561a88a463d85e807bb7e291767046
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 7 21:22:17 2025 -0400
Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.42.0 to 3.43.0 (#244)
Bumps
[org.eclipse.jdt:org.eclipse.jdt.core](https://github.com/eclipse-jdt/eclipse.jdt.core)
from 3.42.0 to 3.43.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.43.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 19be598..f196acd 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.42.0</version>
+ <version>3.43.0</version>
<scope>test</scope>
</dependency>
<dependency>