From a02d92a153681becd6678239fc4d93dde5e6359c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:58:32 +0000 Subject: [PATCH] Bump xyz.rogfam:littleproxy from 2.0.19 to 2.2.0 Bumps [xyz.rogfam:littleproxy](https://github.com/LittleProxy/LittleProxy) from 2.0.19 to 2.2.0. - [Release notes](https://github.com/LittleProxy/LittleProxy/releases) - [Changelog](https://github.com/LittleProxy/LittleProxy/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/LittleProxy/LittleProxy/compare/v2.0.19...v2.2.0) --- updated-dependencies: - dependency-name: xyz.rogfam:littleproxy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46ecb80..efca361 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion" testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testImplementation "org.mockito:mockito-core:4.8.0" - testImplementation "xyz.rogfam:littleproxy:2.0.19" + testImplementation "xyz.rogfam:littleproxy:2.2.0" jacocoRuntime "org.jacoco:org.jacoco.agent:${jacoco.toolVersion}:runtime" }