Update development dependencies

This commit is contained in:
Daz DeBoer 2023-02-06 12:29:45 -07:00
parent b744d1079a
commit 32863c1a40
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
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'
}