diff --git a/build.gradle b/build.gradle index b8eebf62..e050146d 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'de.thetaphi:forbiddenapis:3.6' + classpath 'de.thetaphi:forbiddenapis:3.7' } } @@ -38,7 +38,7 @@ repositories { forbiddenApis { suppressAnnotations = ['org.dstadler.commons.util.SuppressForbidden'] - bundledSignatures = [ 'jdk-reflection', 'commons-io-unsafe-2.11.0', 'jdk-internal' ] + bundledSignatures = [ 'jdk-reflection', 'commons-io-unsafe-2.15.1', 'jdk-internal' ] signaturesFiles += files('config/forbidden-apis/http-signatures.txt') }