From 93735c3f3355f8658db2202f62f0a6268ee97988 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 21 Apr 2024 19:27:51 +0200 Subject: [PATCH] Update forbidden-api, commons-dost, commons-io, jackson, guava, commons-test --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 6db815d..81eafc4 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' } } @@ -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' @@ -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 {