From 4481c27e941b6ba17b69bc84ab4ae700d57ac92f Mon Sep 17 00:00:00 2001 From: Ajit Thakor <49403056+athakor@users.noreply.github.com> Date: Tue, 4 Feb 2020 05:29:18 +0530 Subject: [PATCH] deps: update core dependencies * deps: update core dependencies * build: fix dependencies and linkage monitor * build: fix ignore unused declared dependency --- google-cloud-datastore/pom.xml | 8 ++++++++ pom.xml | 37 +++++++++++++++++++++++++++++----- 2 files changed, 40 insertions(+), 5 deletions(-) diff --git a/google-cloud-datastore/pom.xml b/google-cloud-datastore/pom.xml index a71a4faad..ddb51304a 100644 --- a/google-cloud-datastore/pom.xml +++ b/google-cloud-datastore/pom.xml @@ -74,6 +74,14 @@ com.google.http-client google-http-client + + com.google.http-client + google-http-client-jackson2 + + + com.google.oauth-client + google-oauth-client + com.google.auth google-auth-library-oauth2-http diff --git a/pom.xml b/pom.xml index 5d1aa5269..9fd0f123b 100644 --- a/pom.xml +++ b/pom.xml @@ -152,11 +152,11 @@ github google-cloud-datastore-parent https://googleapis.dev/java/google-api-grpc/latest - 1.92.0 + 1.92.4 1.8.1 1.17.0 - 1.52.0 - 1.26.0 + 1.53.1 + 1.27.0 3.11.1 4.13 28.2-android @@ -236,12 +236,22 @@ com.google.auth google-auth-library-oauth2-http - 0.19.0 + 0.20.0 com.google.http-client google-http-client - 1.34.0 + 1.34.1 + + + com.google.http-client + google-http-client-jackson2 + 1.34.1 + + + com.google.oauth-client + google-oauth-client + 1.30.5 @@ -277,6 +287,23 @@ + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + com.google.http-client:google-http-client-jackson2 + com.google.oauth-client:google-oauth-client + + + + + + + proto-google-cloud-datastore-v1 google-cloud-datastore