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

Commit 999e1f4

Browse files
authored
Merge pull request #55 from browserup/dependabot/gradle/org.slf4j-slf4j-api-1.7.26
Bump slf4j-api from 1.7.22 to 1.7.26
2 parents 6d5e8c1 + c39bc2a commit 999e1f4

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)