Skip to content

Commit

Permalink
Update forbidden-apis
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Mar 29, 2024
1 parent d5c520d commit 8430e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'de.thetaphi:forbiddenapis:3.6'
classpath 'de.thetaphi:forbiddenapis:3.7'
}
}

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 8430e2f

Please sign in to comment.