From 4867b5e0c445445a0382c5ba3842c176e780b66e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 30 Apr 2021 22:25:54 +0000 Subject: [PATCH] chore(deps): update dependency junit:junit to v4.13.2 --- .circleci/discogapic_compute_build.gradle | 2 +- benchmark/clients/java/pubsub/pom.xml | 2 +- showcase/java/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/discogapic_compute_build.gradle b/.circleci/discogapic_compute_build.gradle index e62c65e9c3..195dd10bb4 100644 --- a/.circleci/discogapic_compute_build.gradle +++ b/.circleci/discogapic_compute_build.gradle @@ -27,7 +27,7 @@ dependencies { testCompile 'com.google.api:gax:1.42.0:testlib' compile 'com.google.api:gax-httpjson:0.59.0' testCompile 'com.google.api:gax-httpjson:0.59.0:testlib' - testCompile 'junit:junit:4.13' + testCompile 'junit:junit:4.13.2' } task smokeTest(type: Test) { diff --git a/benchmark/clients/java/pubsub/pom.xml b/benchmark/clients/java/pubsub/pom.xml index 6137311f7c..69b5b27f44 100644 --- a/benchmark/clients/java/pubsub/pom.xml +++ b/benchmark/clients/java/pubsub/pom.xml @@ -41,7 +41,7 @@ junit junit - 4.13 + 4.13.2 test diff --git a/showcase/java/build.gradle b/showcase/java/build.gradle index 093868b5f7..8b9c377d71 100755 --- a/showcase/java/build.gradle +++ b/showcase/java/build.gradle @@ -42,6 +42,6 @@ dependencies { implementation 'com.google.cloud:gapic-google-cloud-showcase-v1beta1:0.0.0-SNAPSHOT' implementation "io.grpc:grpc-netty-shaded:1.13.1" - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.2' testImplementation "com.google.truth:truth:1.0.1" }