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 +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ dependencies {
6161
6262 implementation ' javax.xml.bind:jaxb-api:2.3.1'
6363
64- implementation ' com.fasterxml.jackson.core:jackson-core:2.8.6 '
65- implementation ' com.fasterxml.jackson.core:jackson-databind:2.8.6 '
66- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.8.6 '
64+ implementation ' com.fasterxml.jackson.core:jackson-core:2.9.8 '
65+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
66+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.8 '
6767 implementation ' com.google.guava:guava:27.0.1-jre'
6868 implementation(' com.jcraft:jzlib:1.1.3' ) {
6969 exclude(module : ' netty' )
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ dependencies {
5959 implementation project(' :browserup-proxy-core' )
6060 implementation project(' :browserup-proxy-rest' )
6161
62- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.8.6 '
63- implementation ' com.fasterxml.jackson.core:jackson-core:2.8.6 '
64- implementation ' com.fasterxml.jackson.core:jackson-databind:2.8.6 '
65- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.6 '
62+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.8 '
63+ implementation ' com.fasterxml.jackson.core:jackson-core:2.9.8 '
64+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
65+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8 '
6666 implementation ' com.google.inject:guice:4.2.2'
6767 implementation ' com.google.inject.extensions:guice-servlet:4.2.2'
6868 implementation ' com.google.inject.extensions:guice-multibindings:4.2.2'
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ dependencies {
6767 implementation ' org.slf4j:slf4j-api:1.7.22'
6868 implementation ' xyz.rogfam:littleproxy:2.0.0-beta-3'
6969
70- testImplementation ' com.fasterxml.jackson.core:jackson-annotations:2.8.6 '
71- testImplementation ' com.fasterxml.jackson.core:jackson-core:2.8.6 '
72- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.8.6 '
70+ testImplementation ' com.fasterxml.jackson.core:jackson-annotations:2.9.8 '
71+ testImplementation ' com.fasterxml.jackson.core:jackson-core:2.9.8 '
72+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.9.8 '
7373 testImplementation ' junit:junit:4.12'
7474 testImplementation(' org.apache.httpcomponents:httpclient:4.5.3' ) {
7575 exclude(module : ' commons-logging' )
You can’t perform that action at this time.
0 commit comments