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

Commit c39bc2a

Browse files
dependabot-supportdpowell
authored andcommitted
Bump slf4j-api from 1.7.22 to 1.7.26
Bumps [slf4j-api](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 64408c7 commit c39bc2a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

browserup-proxy-core/build.gradle

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

8181
testImplementation 'junit:junit:4.12'

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464

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

7070
testImplementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.8'
@@ -81,5 +81,4 @@ dependencies {
8181
testImplementation 'org.hamcrest:hamcrest:2.1'
8282
testImplementation 'org.hamcrest:hamcrest-library:2.1'
8383
testImplementation 'org.mockito:mockito-core:2.23.4'
84-
testImplementation 'org.slf4j:jcl-over-slf4j:1.7.22'
8584
}

0 commit comments

Comments
 (0)