Skip to content

Commit

Permalink
Update commons-dost, jackson, guava
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Jun 13, 2024
1 parent 93735c3 commit 8066505
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 @@ -38,14 +38,14 @@ forbiddenApisMain {
}

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

// MP3 SPI, used for playback
implementation 'com.googlecode.soundlibs:mp3spi:1.9.5.4'
Expand Down

0 comments on commit 8066505

Please sign in to comment.