This is an automated email from the ASF dual-hosted git repository.

rzo1 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 fca0028588 TOMEE-4349 - Bump org.eclipse.jdt:ecj from 3.33.0 to 3.37.0 
(#1185)
fca0028588 is described below

commit fca0028588df0a001e0c2064c6efda148fed62d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 10:27:07 2024 +0200

    TOMEE-4349 - Bump org.eclipse.jdt:ecj from 3.33.0 to 3.37.0 (#1185)
    
    Bumps 
[org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 
3.33.0 to 3.37.0.
    - [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jdt:ecj
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 8f1232b412..442ad39734 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1962,7 +1962,7 @@
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.33.0</version>
+      <version>3.37.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 3d5a4d2036..945376c62a 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -2061,7 +2061,7 @@
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.33.0</version>
+      <version>3.37.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index 778dbd934f..dec228b251 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -2083,7 +2083,7 @@
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.33.0</version>
+      <version>3.37.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index b5e5186743..5f469f1213 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -1489,7 +1489,7 @@
     <dependency>
       <groupId>org.eclipse.jdt</groupId>
       <artifactId>ecj</artifactId>
-      <version>3.33.0</version>
+      <version>3.37.0</version>
       <exclusions>
         <exclusion>
           <artifactId>*</artifactId>
diff --git a/pom.xml b/pom.xml
index ab04df2a75..92e5a224a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
     <version.xbean>4.25</version.xbean>
     <version.groovy>2.4.12</version.groovy>
     <!-- Starting from 3.34.0 it requires J17+ -->
-    <version.ecj>3.33.0</version.ecj>
+    <version.ecj>3.37.0</version.ecj>
     <version.jetty>11.0.20</version.jetty>
     <version.ehcache>3.10.0</version.ehcache>
     <junit.version>4.13.2</junit.version>

Reply via email to