From 8430e2f6834a577fe2e42b4b54d6bddbf2cb6ca7 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Fri, 29 Mar 2024 11:52:46 +0100 Subject: [PATCH] Update forbidden-apis --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ae51089c..7078d0db 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' } } @@ -32,7 +32,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' ] } forbiddenApisMain { // 'jdk-unsafe', 'jdk-system-out'