Skip to content

File tree

8 files changed

+28
-14
lines changed

8 files changed

+28
-14
lines changed

google-auth-library-java/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.21.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.20.0...v0.21.0) (2020-06-24)
4+
5+
6+
### Features
7+
8+
* add TokenVerifier class that can verify RS256/ES256 tokens ([#420](https://www.github.com/googleapis/google-auth-library-java/issues/420)) ([5014ac7](https://www.github.com/googleapis/google-auth-library-java/commit/5014ac72a59d877ef95c616d0b33792b9fc70c25))
9+
10+
11+
### Dependencies
12+
13+
* update autovalue packages to v1.7.2 ([#429](https://www.github.com/googleapis/google-auth-library-java/issues/429)) ([5758364](https://www.github.com/googleapis/google-auth-library-java/commit/575836405bd5803d6202bd0018609184d6a15831))
14+
* update dependency com.google.http-client:google-http-client-bom to v1.35.0 ([#427](https://www.github.com/googleapis/google-auth-library-java/issues/427)) ([5494ec0](https://www.github.com/googleapis/google-auth-library-java/commit/5494ec0a73319fb955b3d7ba025aea9607020c4e))
15+
* update Guava to 29.0-android ([#426](https://www.github.com/googleapis/google-auth-library-java/issues/426)) ([0cd3c2e](https://www.github.com/googleapis/google-auth-library-java/commit/0cd3c2ec0aef3ff0f0379b32f9d05126442219b6))
16+
317
## [0.20.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.19.0...v0.20.0) (2020-01-15)
418

519

google-auth-library-java/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you are using Maven, add this to your pom.xml file (notice that you can repla
3232
<dependency>
3333
<groupId>com.google.auth</groupId>
3434
<artifactId>google-auth-library-oauth2-http</artifactId>
35-
<version>0.20.0</version>
35+
<version>0.21.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -42,15 +42,15 @@ If you are using Gradle, add this to your dependencies
4242

4343
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
4444
```Groovy
45-
compile 'com.google.auth:google-auth-library-oauth2-http:0.20.0'
45+
compile 'com.google.auth:google-auth-library-oauth2-http:0.21.0'
4646
```
4747
[//]: # ({x-version-update-end})
4848

4949
If you are using SBT, add this to your dependencies
5050

5151
[//]: # ({x-version-update-start:google-auth-library-oauth2-http:released})
5252
```Scala
53-
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.20.0"
53+
libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.21.0"
5454
```
5555
[//]: # ({x-version-update-end})
5656

google-auth-library-java/appengine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.20.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.21.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-bom</artifactId>
6-
<version>0.20.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-bom:current} -->
6+
<version>0.21.0</version><!-- {x-version-update:google-auth-library-bom:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java BOM</name>
99
<description>

google-auth-library-java/credentials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.google.auth</groupId>
66
<artifactId>google-auth-library-parent</artifactId>
7-
<version>0.20.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
7+
<version>0.21.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.google.auth</groupId>
77
<artifactId>google-auth-library-parent</artifactId>
8-
<version>0.20.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
8+
<version>0.21.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

google-auth-library-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.auth</groupId>
55
<artifactId>google-auth-library-parent</artifactId>
6-
<version>0.20.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} -->
6+
<version>0.21.0</version><!-- {x-version-update:google-auth-library-parent:current} -->
77
<packaging>pom</packaging>
88
<name>Google Auth Library for Java</name>
99
<description>Client libraries providing authentication and
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-auth-library:0.20.0:0.20.1-SNAPSHOT
5-
google-auth-library-bom:0.20.0:0.20.1-SNAPSHOT
6-
google-auth-library-parent:0.20.0:0.20.1-SNAPSHOT
7-
google-auth-library-appengine:0.20.0:0.20.1-SNAPSHOT
8-
google-auth-library-credentials:0.20.0:0.20.1-SNAPSHOT
9-
google-auth-library-oauth2-http:0.20.0:0.20.1-SNAPSHOT
4+
google-auth-library:0.21.0:0.21.0
5+
google-auth-library-bom:0.21.0:0.21.0
6+
google-auth-library-parent:0.21.0:0.21.0
7+
google-auth-library-appengine:0.21.0:0.21.0
8+
google-auth-library-credentials:0.21.0:0.21.0
9+
google-auth-library-oauth2-http:0.21.0:0.21.0

0 commit comments

Comments
 (0)