File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
5757<dependency >
5858 <groupId >com.google.auth</groupId >
5959 <artifactId >google-auth-library-oauth2-http</artifactId >
60- <version >1.3 .0</version >
60+ <version >1.19 .0</version >
6161</dependency >
6262```
6363[ // ] : # ( {x-version-update-end} )
@@ -67,15 +67,15 @@ If you are using Gradle, add this to your dependencies
6767
6868[ // ] : # ( {x-version-update-start:google-auth-library-oauth2-http:released} )
6969``` Groovy
70- implementation 'com.google.auth:google-auth-library-oauth2-http:1.3 .0'
70+ implementation 'com.google.auth:google-auth-library-oauth2-http:1.19 .0'
7171```
7272[ // ] : # ( {x-version-update-end} )
7373
7474If you are using SBT, add this to your dependencies
7575
7676[ // ] : # ( {x-version-update-start:google-auth-library-oauth2-http:released} )
7777``` Scala
78- libraryDependencies += " com.google.auth" % " google-auth-library-oauth2-http" % " 1.3 .0"
78+ libraryDependencies += " com.google.auth" % " google-auth-library-oauth2-http" % " 1.19 .0"
7979```
8080[ // ] : # ( {x-version-update-end} )
8181
You can’t perform that action at this time.
0 commit comments