From 0c5cff26fc66ad90d2dbccd374c6ead81f66d569 Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Sat, 22 Jul 2023 01:54:23 +0200 Subject: [PATCH] docs: Update library definitions in README to the latest version (#1239) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf4fd6521..a3306addf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla com.google.auth google-auth-library-oauth2-http - 1.3.0 + 1.19.0 ``` [//]: # ({x-version-update-end}) @@ -67,7 +67,7 @@ If you are using Gradle, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Groovy -implementation 'com.google.auth:google-auth-library-oauth2-http:1.3.0' +implementation 'com.google.auth:google-auth-library-oauth2-http:1.19.0' ``` [//]: # ({x-version-update-end}) @@ -75,7 +75,7 @@ If you are using SBT, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Scala -libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.3.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "1.19.0" ``` [//]: # ({x-version-update-end})