mirror of https://github.com/apache/lucene.git
Upgrade forbiddenapis to 3.6 and ASM for APIJAR extraction to 9.6 (#12612)
This commit is contained in:
parent
3cb71436a7
commit
6930b57ff5
|
@ -22,7 +22,7 @@ plugins {
|
||||||
id "base"
|
id "base"
|
||||||
id "com.palantir.consistent-versions" version "2.11.0"
|
id "com.palantir.consistent-versions" version "2.11.0"
|
||||||
id "org.owasp.dependencycheck" version "7.2.0"
|
id "org.owasp.dependencycheck" version "7.2.0"
|
||||||
id 'de.thetaphi.forbiddenapis' version '3.5' apply false
|
id 'de.thetaphi.forbiddenapis' version '3.6' apply false
|
||||||
id "de.undercouch.download" version "5.2.0" apply false
|
id "de.undercouch.download" version "5.2.0" apply false
|
||||||
id "net.ltgt.errorprone" version "3.0.1" apply false
|
id "net.ltgt.errorprone" version "3.0.1" apply false
|
||||||
id 'com.diffplug.spotless' version "6.5.2" apply false
|
id 'com.diffplug.spotless' version "6.5.2" apply false
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
ext {
|
ext {
|
||||||
scriptDepVersions = [
|
scriptDepVersions = [
|
||||||
"apache-rat": "0.14",
|
"apache-rat": "0.14",
|
||||||
"asm": "9.5",
|
"asm": "9.6",
|
||||||
"commons-codec": "1.13",
|
"commons-codec": "1.13",
|
||||||
"ecj": "3.30.0",
|
"ecj": "3.30.0",
|
||||||
"flexmark": "0.61.24",
|
"flexmark": "0.61.24",
|
||||||
|
|
|
@ -171,6 +171,11 @@ Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(No changes)
|
||||||
|
|
||||||
|
Build
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* GITHUB#12612: Upgrade forbiddenapis to version 3.6 and ASM for APIJAR extraction to 9.6. (Uwe Schindler)
|
||||||
|
|
||||||
Other
|
Other
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(No changes)
|
||||||
|
|
Loading…
Reference in New Issue