From 1fc4ab128a7093a3af948102147204dd26cc31b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 05:37:07 +0000 Subject: [PATCH] Bump junit from 4.13 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1) 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 67f617339..ad3787a39 100644 --- a/browserup-proxy-core/build.gradle +++ b/browserup-proxy-core/build.gradle @@ -84,7 +84,7 @@ dependencies { implementation "com.squareup.okhttp3:okhttp:4.5.0" implementation 'org.zeroturnaround:zt-exec:1.12' - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' testImplementation 'org.codehaus.groovy:groovy-all:3.0.6' testImplementation "org.apache.logging.log4j:log4j-api:${log4jVersion}" testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" diff --git a/browserup-proxy-mitm/build.gradle b/browserup-proxy-mitm/build.gradle index ed17132a5..0c1076de8 100644 --- a/browserup-proxy-mitm/build.gradle +++ b/browserup-proxy-mitm/build.gradle @@ -73,7 +73,7 @@ dependencies { testImplementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}" testImplementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" testImplementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' testImplementation('org.apache.httpcomponents:httpclient:4.5.13') { exclude(module: 'commons-logging') } diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index fcce81ff5..41887dda2 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -92,7 +92,7 @@ dependencies { testImplementation project(':browserup-proxy-mitm') - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' 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}"