File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ if (kokoroRun == true) {
3131// NECESSARY force of the Jackson to run generateSearchParams in the new version of HAPI (6.8)
3232buildscript {
3333 dependencies {
34- classpath(" com.fasterxml.jackson.core:jackson-core:2.16 .0" )
34+ classpath(" com.fasterxml.jackson.core:jackson-core:2.20 .0" )
3535 classpath(" com.fasterxml.jackson.core:jackson-annotations:2.15.3" )
36- classpath(" com.fasterxml.jackson.core:jackson-databind:2.16 .0" )
36+ classpath(" com.fasterxml.jackson.core:jackson-databind:2.20 .0" )
3737 classpath(" com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0" )
3838 classpath(" com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0" )
3939 classpath(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0" )
You can’t perform that action at this time.
0 commit comments