File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ dependencies {
2424 implementation group : ' org.springframework' , name : ' spring-web' , version : ' 5.3.9'
2525 implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.13'
2626
27- implementation ' com.fasterxml.jackson.core:jackson-core:2.12.4 '
28- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.12.4 '
29- implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.4 '
30- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.4 '
27+ implementation ' com.fasterxml.jackson.core:jackson-core:2.15.2 '
28+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.15.2 '
29+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.15.2 '
30+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2 '
3131
3232 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
3333 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
You can’t perform that action at this time.
0 commit comments