From c39bc2a0505958b5b859d2b9df18b9cb9da5c101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 2 May 2019 12:51:11 +0000 Subject: [PATCH] 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](https://github.com/qos-ch/slf4j/compare/v_1.7.22...v_1.7.26) Signed-off-by: dependabot[bot] --- browserup-proxy-core/build.gradle | 2 +- browserup-proxy-mitm/build.gradle | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index 2555caf25..27aa5f7ad 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'org.javassist:javassist:3.25.0-GA' implementation 'org.seleniumhq.selenium:selenium-api:3.141.59' implementation 'org.slf4j:jcl-over-slf4j:1.7.26' - implementation 'org.slf4j:slf4j-api:1.7.22' + implementation 'org.slf4j:slf4j-api:1.7.26' implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3' testImplementation 'junit:junit:4.12' diff --git a/browserup-proxy-mitm/build.gradle b/browserup-proxy-mitm/build.gradle index 7f94c5945..e7a1b8894 100644 --- a/browserup-proxy-mitm/build.gradle +++ b/browserup-proxy-mitm/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'io.netty:netty-all:4.1.36.Final' implementation 'org.slf4j:jcl-over-slf4j:1.7.26' - implementation 'org.slf4j:slf4j-api:1.7.22' + implementation 'org.slf4j:slf4j-api:1.7.26' implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3' testImplementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.8' @@ -81,5 +81,4 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:2.1' testImplementation 'org.hamcrest:hamcrest-library:2.1' testImplementation 'org.mockito:mockito-core:2.23.4' - testImplementation 'org.slf4j:jcl-over-slf4j:1.7.22' }