This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 911a456f00 TOMEE-4525 - Bump org.eclipse.jdt:ecj from 3.42.0 to 3.43.0
(#2092)
911a456f00 is described below
commit 911a456f00041c159174bcbcab8bee097b1a002a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 8 09:46:00 2025 +0200
TOMEE-4525 - Bump org.eclipse.jdt:ecj from 3.42.0 to 3.43.0 (#2092)
Bumps
[org.eclipse.jdt:ecj](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:ecj
dependency-version: 3.43.0
dependency-type: direct:production
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>
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 653fa29254..9947b98695 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -2105,7 +2105,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.42.0</version>
+ <version>3.43.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 640c95f172..143c2f1dc3 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -2171,7 +2171,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.42.0</version>
+ <version>3.43.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 9945cb6566..3122e08844 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -2193,7 +2193,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.42.0</version>
+ <version>3.43.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 576198c64d..d884fcef67 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -1434,7 +1434,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.42.0</version>
+ <version>3.43.0</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index d9aad451e7..581d7dddcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
<version.xbean>4.27</version.xbean>
<version.groovy>2.4.21</version.groovy>
<!-- Starting from 3.34.0 it requires J17+ -->
- <version.ecj>3.42.0</version.ecj>
+ <version.ecj>3.43.0</version.ecj>
<version.jetty>11.0.20</version.jetty>
<version.ehcache>3.11.1</version.ehcache>
<junit.version>4.13.2</junit.version>