Upgrade forbiddenapis to 3.6 and ASM for APIJAR extraction to 9.6 (#12612)

This commit is contained in:
Uwe Schindler 2023-10-01 16:29:14 +02:00 committed by GitHub
parent 3cb71436a7
commit 6930b57ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -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.5' apply false
id 'de.thetaphi.forbiddenapis' version '3.6' apply false
id "de.undercouch.download" version "5.2.0" apply false
id "net.ltgt.errorprone" version "3.0.1" apply false
id 'com.diffplug.spotless' version "6.5.2" apply false

View File

@ -22,7 +22,7 @@
ext {
scriptDepVersions = [
"apache-rat": "0.14",
"asm": "9.5",
"asm": "9.6",
"commons-codec": "1.13",
"ecj": "3.30.0",
"flexmark": "0.61.24",

View File

@ -171,6 +171,11 @@ Bug Fixes
---------------------
(No changes)
Build
---------------------
* GITHUB#12612: Upgrade forbiddenapis to version 3.6 and ASM for APIJAR extraction to 9.6. (Uwe Schindler)
Other
---------------------
(No changes)