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 0a02265 commit 39f91d9
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 @@ -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')
}

Expand Down

0 comments on commit 39f91d9

Please sign in to comment.