You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2021/11/28 17:05:26 UTC

[lucene] branch main updated: upgrade ecj linter from 3.25.0 -> 3.27.0 (#483)

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

rmuir pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 1fb45da  upgrade ecj linter from 3.25.0 -> 3.27.0 (#483)
1fb45da is described below

commit 1fb45da7bbc7efc313d768c26a7a4a821e4e11f9
Author: Robert Muir <rm...@apache.org>
AuthorDate: Sun Nov 28 12:05:19 2021 -0500

    upgrade ecj linter from 3.25.0 -> 3.27.0 (#483)
    
    The newest version has a significant performance increase for our
    use-case.
---
 buildSrc/scriptDepVersions.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildSrc/scriptDepVersions.gradle b/buildSrc/scriptDepVersions.gradle
index 4c56834..19533b3 100644
--- a/buildSrc/scriptDepVersions.gradle
+++ b/buildSrc/scriptDepVersions.gradle
@@ -23,7 +23,7 @@ ext {
   scriptDepVersions = [
       "apache-rat": "0.11",
       "commons-codec": "1.13",
-      "ecj": "3.25.0",
+      "ecj": "3.27.0",
       "flexmark": "0.61.24",
       "javacc": "7.0.4",
       "jflex": "1.8.2",