Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 81d9439

Browse files
dependabot-supportdpowell
authored andcommitted
Bump log4j from 2.8 to 2.11.2
Bumps log4j-api, log4j-core, and log4j-slf4j-impl from 2.8 to 2.11.2.
1 parent 973d7b3 commit 81d9439

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

browserup-proxy-core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

browserup-proxy-dist/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.21.0-GA'

browserup-proxy-mitm/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

browserup-proxy-rest/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.1'
8282
testImplementation 'org.hamcrest:hamcrest:2.1'

0 commit comments

Comments
 (0)