Update development dependencies

This commit is contained in:
Daz DeBoer
2023-02-06 12:29:45 -07:00
parent b744d1079a
commit 32863c1a40
9 changed files with 220 additions and 46 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.14.1'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.14.2'
}