Skip to content

Commit

Permalink
Update forbidden-api, commons-dost, commons-io, jackson, guava, commo…
Browse files Browse the repository at this point in the history
…ns-test
  • Loading branch information
centic9 committed Apr 21, 2024
1 parent 37c7ec1 commit 93735c3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -31,21 +31,21 @@ forbiddenApis {
suppressAnnotations = ['org.dstadler.commons.util.SuppressForbidden']
// 'jdk-unsafe'
bundledSignatures = [ 'jdk-system-out', 'jdk-non-portable', 'jdk-deprecated', 'jdk-reflection',
'commons-io-unsafe-2.11.0', 'jdk-internal' ]
'commons-io-unsafe-2.15.1', 'jdk-internal' ]
}
forbiddenApisMain {
signaturesFiles += files('config/forbidden-apis/forbidden.signatures.txt')
}

dependencies {
implementation 'org.dstadler:commons-dost:1.3.1'
implementation 'org.dstadler:commons-dost:1.3.2'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'commons-io:commons-io:2.15.1'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:33.0.0-jre'
implementation 'com.google.guava:guava:33.1.0-jre'

// MP3 SPI, used for playback
implementation 'com.googlecode.soundlibs:mp3spi:1.9.5.4'
Expand All @@ -65,7 +65,7 @@ dependencies {
runtimeOnly files('src/runtime/resources')

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation 'org.dstadler:commons-test:1.0.0.20'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
}

wrapper {
Expand Down

0 comments on commit 93735c3

Please sign in to comment.