This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
implementation ' javax.xml.bind:jaxb-api:2.3.1'
63
63
64
64
implementation ' com.fasterxml.jackson.core:jackson-core:2.9.8'
65
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
65
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9 '
66
66
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.9'
67
67
implementation ' com.google.guava:guava:27.0.1-jre'
68
68
implementation(' com.jcraft:jzlib:1.1.3' ) {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies {
62
62
63
63
implementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.9'
64
64
implementation ' com.fasterxml.jackson.core:jackson-core:2.9.8'
65
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
65
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9 '
66
66
implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8'
67
67
implementation ' com.google.inject:guice:4.2.2'
68
68
implementation ' com.google.inject.extensions:guice-servlet:4.2.2'
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
69
69
70
70
testImplementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.9'
71
71
testImplementation ' com.fasterxml.jackson.core:jackson-core:2.9.8'
72
- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
72
+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9 '
73
73
testImplementation ' junit:junit:4.12'
74
74
testImplementation(' org.apache.httpcomponents:httpclient:4.5.3' ) {
75
75
exclude(module : ' commons-logging' )
You can’t perform that action at this time.
0 commit comments