Bump dependency versions in samples/tests

This commit is contained in:
daz 2024-05-11 07:37:51 -06:00
parent 8467f9f08a
commit 086d1d009f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ repositories {
dependencies { dependencies {
api("org.apache.commons:commons-math3:3.6.1") api("org.apache.commons:commons-math3:3.6.1")
implementation("com.google.guava:guava:33.1.0-jre") implementation("com.google.guava:guava:33.2.0-jre")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
} }

View File

@ -20,7 +20,7 @@ dependencies {
testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') { testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all' exclude group: 'org.codehaus.groovy', module: 'groovy-all'
} }
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.17.0' testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.17.1'
} }
test { test {