From 490900e2069395cea8400b735643b94616713138 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Dec 2020 05:20:19 +0000 Subject: [PATCH] Bump groovy-all from 3.0.6 to 3.0.7 Bumps [groovy-all](https://github.com/apache/groovy) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/apache/groovy/releases) - [Commits](https://github.com/apache/groovy/commits) Signed-off-by: dependabot-preview[bot] --- browserup-proxy-core/build.gradle | 2 +- browserup-proxy-mitm/build.gradle | 2 +- browserup-proxy-rest/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/browserup-proxy-core/build.gradle b/browserup-proxy-core/build.gradle index 1fe563e0b..eb424a9a9 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.9.0" implementation 'org.zeroturnaround:zt-exec:1.12' testImplementation 'junit:junit:4.13.1' - testImplementation 'org.codehaus.groovy:groovy-all:3.0.6' + testImplementation 'org.codehaus.groovy:groovy-all:3.0.7' testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}" diff --git a/browserup-proxy-mitm/build.gradle b/browserup-proxy-mitm/build.gradle index 0c1076de8..4a5fab934 100644 --- a/browserup-proxy-mitm/build.gradle +++ b/browserup-proxy-mitm/build.gradle @@ -80,7 +80,7 @@ dependencies { testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}" - testImplementation 'org.codehaus.groovy:groovy-all:3.0.6' + testImplementation 'org.codehaus.groovy:groovy-all:3.0.7' testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2' testImplementation 'org.mockito:mockito-core:3.3.3' diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 41887dda2..086e4a9d9 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -96,7 +96,7 @@ dependencies { testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}" - testImplementation 'org.codehaus.groovy:groovy-all:3.0.6' + testImplementation 'org.codehaus.groovy:groovy-all:3.0.7' testImplementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.2' testImplementation 'org.hamcrest:hamcrest:2.2' testImplementation 'org.hamcrest:hamcrest-library:2.2'