There was an error while loading. Please reload this page.
1 parent bb70889 commit 89259aaCopy full SHA for 89259aa
1 file changed
build.gradle
@@ -19,8 +19,8 @@ group = 'io.nextflow'
19
20
dependencies {
21
implementation 'com.quiltdata:quiltcore:0.1.7'
22
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
23
- implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3'
+ implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3'
24
implementation 'commons-io:commons-io:2.19.0'
25
}
26
0 commit comments