From fe7535c3c1cece252e2bf12df9ddf71060bb0abc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 05:25:23 +0000 Subject: [PATCH] Bump littleproxy from 2.0.1 to 2.0.5 Bumps [littleproxy](https://github.com/mrog/LittleProxy) from 2.0.1 to 2.0.5. - [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.5) 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..92bad1bdb 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.5' 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..142bb9e23 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.5' slf4jVersion = '1.7.30' guavaVersion = '30.1-jre' }