Skip to content

Commit 0c5cff2

Browse files
authored
docs: Update library definitions in README to the latest version (#1239)
1 parent 38bdf60 commit 0c5cff2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

7474
If 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

0 commit comments

Comments
 (0)