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 0e0410c Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.44.0 to
3.45.0 (#302)
0e0410c is described below
commit 0e0410cd45552ea984276a93353fddaa40279d58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 21:50:42 2026 -0400
Bump org.eclipse.jdt:org.eclipse.jdt.core from 3.44.0 to 3.45.0 (#302)
Bumps
[org.eclipse.jdt:org.eclipse.jdt.core](https://github.com/eclipse-jdt/eclipse.jdt.core)
from 3.44.0 to 3.45.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.45.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 aea5fe6..b2eead0 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -72,7 +72,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.44.0</version>
+ <version>3.45.0</version>
<scope>test</scope>
</dependency>
<dependency>