Bump java dependencies in samples/tests

This commit is contained in:
daz 2023-06-28 11:48:23 -06:00
parent fce96e0d6a
commit 198484d871
No known key found for this signature in database
9 changed files with 13 additions and 13 deletions

View file

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