mirror of https://github.com/apache/lucene.git
Upgrade forbiddenapis to version 3.7 and ASM for APIJAR extraction to 9.7
This commit is contained in:
parent
00073c4c1a
commit
04f335ad79
|
@ -22,7 +22,7 @@ plugins {
|
|||
id "base"
|
||||
id "com.palantir.consistent-versions" version "2.11.0"
|
||||
id "org.owasp.dependencycheck" version "7.2.0"
|
||||
id 'de.thetaphi.forbiddenapis' version '3.6' apply false
|
||||
id 'de.thetaphi.forbiddenapis' version '3.7' apply false
|
||||
id "de.undercouch.download" version "5.2.0" apply false
|
||||
id "net.ltgt.errorprone" version "3.1.0" apply false
|
||||
id 'com.diffplug.spotless' version "6.5.2" apply false
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
ext {
|
||||
scriptDepVersions = [
|
||||
"apache-rat": "0.14",
|
||||
"asm": "9.6",
|
||||
"asm": "9.7",
|
||||
"commons-codec": "1.13",
|
||||
"ecj": "3.36.0",
|
||||
"flexmark": "0.61.24",
|
||||
|
|
|
@ -248,6 +248,11 @@ Bug Fixes
|
|||
|
||||
* GITHUB#13204: Fix euals/hashCode of IOContext. (Uwe Schindler, Robert Muir)
|
||||
|
||||
Build
|
||||
---------------------
|
||||
|
||||
* Upgrade forbiddenapis to version 3.7 and ASM for APIJAR extraction to 9.7. (Uwe Schindler)
|
||||
|
||||
Other
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue