Skip to content

Commit

Permalink
Update guava, JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 20, 2024
1 parent c57e8cc commit 32ce8d1
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 @@ -53,7 +53,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'com.google.guava:guava:33.4.0-jre'

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

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
testImplementation 'org.apache.commons:commons-rng-simple:1.6'
}
Expand Down

0 comments on commit 32ce8d1

Please sign in to comment.