From f591e72415d1f96a72ed4b0714de8cb09be34b35 Mon Sep 17 00:00:00 2001 From: stephwang Date: Wed, 27 May 2020 13:33:29 -0400 Subject: [PATCH 1/2] deps: bump shared-deps version and add back certain test deps --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f50b05e74..5d7992afc 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ com.google.cloud google-cloud-shared-dependencies - 0.4.0 + 0.5.0 pom import @@ -122,6 +122,26 @@ 4.4.13 test + + + + junit + junit + 4.13 + test + + + com.google.truth + truth + 1.0.1 + test + + + com.google.api.grpc + grpc-google-iam-v1 + 0.13.0 + test + From 7367f45659153087ec99becb81320e09fcd85956 Mon Sep 17 00:00:00 2001 From: stephwang Date: Thu, 28 May 2020 12:47:44 -0400 Subject: [PATCH 2/2] remove grpc-iam-v1 and bump to 0.6.0 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 5d7992afc..c67411182 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ com.google.cloud google-cloud-shared-dependencies - 0.5.0 + 0.6.0 pom import @@ -136,12 +136,6 @@ 1.0.1 test - - com.google.api.grpc - grpc-google-iam-v1 - 0.13.0 - test -