Skip to content

Commit

Permalink
Update commons-lang3, commons-io, guava, junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Sep 25, 2024
1 parent 29ee0b8 commit ef9999f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ forbiddenApisMain {

dependencies {
implementation 'org.dstadler:commons-dost:1.3.4'
implementation 'org.apache.commons:commons-lang3:3.16.0'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'commons-io:commons-io:2.17.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:33.2.1-jre'
implementation 'com.google.guava:guava:33.3.1-jre'

// MP3 SPI, used for playback
implementation 'com.googlecode.soundlibs:mp3spi:1.9.5.4'
Expand All @@ -69,7 +69,7 @@ dependencies {
// don't include it in the jar-file
runtimeOnly files('src/runtime/resources')

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.commons:commons-rng-simple:1.6'
}
Expand Down

0 comments on commit ef9999f

Please sign in to comment.