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

Commit fad6fc8

Browse files
Bump jcl-over-slf4j from 1.7.22 to 1.7.26
Bumps [jcl-over-slf4j](https://github.com/qos-ch/slf4j) from 1.7.22 to 1.7.26. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](qos-ch/slf4j@v_1.7.22...v_1.7.26) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 4abc90d commit fad6fc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation 'org.bouncycastle:bcprov-jdk15on:1.61'
7575
implementation 'org.javassist:javassist:3.25.0-GA'
7676
implementation 'org.seleniumhq.selenium:selenium-api:3.141.59'
77-
implementation 'org.slf4j:jcl-over-slf4j:1.7.22'
77+
implementation 'org.slf4j:jcl-over-slf4j:1.7.26'
7878
implementation 'org.slf4j:slf4j-api:1.7.22'
7979
implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
8080

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
implementation 'org.bouncycastle:bcprov-jdk15on:1.61'
6464

6565
implementation 'io.netty:netty-all:4.1.36.Final'
66-
implementation 'org.slf4j:jcl-over-slf4j:1.7.22'
66+
implementation 'org.slf4j:jcl-over-slf4j:1.7.26'
6767
implementation 'org.slf4j:slf4j-api:1.7.22'
6868
implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
6969

browserup-proxy-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
6969
implementation 'org.eclipse.jetty:jetty-server:7.3.0.v20110203'
7070
implementation 'org.eclipse.jetty:jetty-servlet:7.3.0.v20110203'
71-
implementation 'org.slf4j:jcl-over-slf4j:1.7.25'
71+
implementation 'org.slf4j:jcl-over-slf4j:1.7.26'
7272
implementation 'org.apache.commons:commons-lang3:3.9'
7373

7474
testImplementation project(':browserup-proxy-mitm')

0 commit comments

Comments
 (0)