From b969641352b0c49068bd021edbb84e38a89114f5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 05:53:40 +0000 Subject: [PATCH] Bump littleproxy from 2.0.1 to 2.0.2 Bumps [littleproxy](https://github.com/mrog/LittleProxy) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/mrog/LittleProxy/releases) - [Changelog](https://github.com/mrog/LittleProxy/blob/master/RELEASE_NOTES.md) - [Commits](https://github.com/mrog/LittleProxy/compare/littleproxy-2.0.1...littleproxy-2.0.2) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-rest-clients/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browserup-proxy-rest-clients/build.gradle b/browserup-proxy-rest-clients/build.gradle index 2f55a147b..c60326544 100644 --- a/browserup-proxy-rest-clients/build.gradle +++ b/browserup-proxy-rest-clients/build.gradle @@ -142,7 +142,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:3.0.0' testImplementation 'org.seleniumhq.selenium:selenium-api:3.4.0' testImplementation 'org.awaitility:awaitility:3.1.6' - testImplementation 'xyz.rogfam:littleproxy:2.0.0-beta-3' + testImplementation 'xyz.rogfam:littleproxy:2.0.2' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.0' testImplementation 'org.testcontainers:testcontainers:1.15.1' } diff --git a/build.gradle b/build.gradle index a8fe8fd9e..796331a1f 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ subprojects { jettyVersion = '9.4.35.v20201120' log4jVersion = '2.14.0' nettyVersion = '4.1.55.Final' - littleProxyVersion = '2.0.1' + littleProxyVersion = '2.0.2' slf4jVersion = '1.7.30' guavaVersion = '30.1-jre' }