mirror of
https://github.com/gradle/actions
synced 2024-11-27 11:52:24 +00:00
Bump jackson-dataformat-smile to 2.16.2
This commit is contained in:
parent
cee9fbd6e2
commit
07f64e2534
1 changed files with 1 additions and 1 deletions
|
@ -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.16.1'
|
||||
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.16.2'
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in a new issue