Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2… · gradle/actions@0a4f8b4 (original) (raw)

File tree

Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ dependencies {
20 20 testImplementation ('io.ratpack:ratpack-groovy-test:1.9.0') {
21 21 exclude group: 'org.codehaus.groovy', module: 'groovy-all'
22 22 }
23 - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.19.2'
23 + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.20.0'
24 24
25 25 testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
26 26 }