Update development dependencies

This commit is contained in:
daz 2023-04-25 11:22:17 -06:00
parent 9cf99034d2
commit 55d241b8a2
No known key found for this signature in database
3 changed files with 92 additions and 90 deletions

View file

@ -20,8 +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.14.2'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.15.0'
}
test {