upgrade ecj linter from 3.25.0 -> 3.27.0 (#483)

The newest version has a significant performance increase for our
use-case.
This commit is contained in:
Robert Muir 2021-11-28 12:05:19 -05:00 committed by GitHub
parent 3772ff563a
commit 1fb45da7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",