This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ dependencies {
8080
8181 testImplementation ' junit:junit:4.12'
8282 testImplementation ' org.codehaus.groovy:groovy-all:2.5.6'
83- testImplementation ' org.apache.logging.log4j:log4j-api:2.8 '
84- testImplementation ' org.apache.logging.log4j:log4j-core:2.8 '
85- testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.8 '
83+ testImplementation ' org.apache.logging.log4j:log4j-api:2.11.2 '
84+ testImplementation ' org.apache.logging.log4j:log4j-core:2.11.2 '
85+ testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.11.2 '
8686 testImplementation ' org.eclipse.jetty:jetty-server:7.6.16.v20140903'
8787 testImplementation ' org.eclipse.jetty:jetty-servlet:7.6.16.v20140903'
8888 testImplementation ' org.eclipse.jetty:jetty-servlets:7.6.16.v20140903'
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ dependencies {
6767 implementation ' com.google.inject.extensions:guice-servlet:4.2.2'
6868 implementation ' com.google.inject.extensions:guice-multibindings:4.2.2'
6969 implementation ' com.google.sitebricks:sitebricks:0.8.10'
70- implementation ' org.apache.logging.log4j:log4j-api:2.8 '
71- implementation ' org.apache.logging.log4j:log4j-core:2.8 '
72- implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.8 '
70+ implementation ' org.apache.logging.log4j:log4j-api:2.11.2 '
71+ implementation ' org.apache.logging.log4j:log4j-core:2.11.2 '
72+ implementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.11.2 '
7373 implementation ' org.eclipse.jetty:jetty-server:7.3.0.v20110203'
7474 implementation ' org.eclipse.jetty:jetty-servlet:7.3.0.v20110203'
7575 implementation ' org.javassist:javassist:3.25.0-GA'
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ dependencies {
7474 testImplementation(' org.apache.httpcomponents:httpclient:4.5.3' ) {
7575 exclude(module : ' commons-logging' )
7676 }
77- testImplementation ' org.apache.logging.log4j:log4j-api:2.8 '
78- testImplementation ' org.apache.logging.log4j:log4j-core:2.8 '
79- testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.8 '
77+ testImplementation ' org.apache.logging.log4j:log4j-api:2.11.2 '
78+ testImplementation ' org.apache.logging.log4j:log4j-core:2.11.2 '
79+ testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.11.2 '
8080 testImplementation ' org.codehaus.groovy:groovy-all:2.5.6'
8181 testImplementation ' org.hamcrest:hamcrest:2.1'
8282 testImplementation ' org.hamcrest:hamcrest-library:2.1'
Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ dependencies {
7474 testImplementation project(' :browserup-proxy-mitm' )
7575
7676 testImplementation ' junit:junit:4.12'
77- testImplementation ' org.apache.logging.log4j:log4j-api:2.8 .2'
78- testImplementation ' org.apache.logging.log4j:log4j-core:2.8 .2'
79- testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.8 .2'
77+ testImplementation ' org.apache.logging.log4j:log4j-api:2.11 .2'
78+ testImplementation ' org.apache.logging.log4j:log4j-core:2.11 .2'
79+ testImplementation ' org.apache.logging.log4j:log4j-slf4j-impl:2.11 .2'
8080 testImplementation ' org.codehaus.groovy:groovy-all:2.5.6'
8181 testImplementation ' org.codehaus.groovy.modules.http-builder:http-builder:0.7.2'
8282 testImplementation ' org.hamcrest:hamcrest:2.1'
You can’t perform that action at this time.
0 commit comments