Skip to content

Commit

Permalink
chore(main): release 1.33.3 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 13, 2022
1 parent 22419d6 commit c634ad4
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [1.33.3](https://github.com/googleapis/google-oauth-java-client/compare/v1.33.2...v1.33.3) (2022-04-13)


### Bug Fixes

* add signature verification to IdTokenVerifier ([#861](https://github.com/googleapis/google-oauth-java-client/issues/861)) ([22419d6](https://github.com/googleapis/google-oauth-java-client/commit/22419d60579ef4c1a8a256a90e6ca7bc58f09aa1))

### [1.33.2](https://github.com/googleapis/google-oauth-java-client/compare/v1.33.1...v1.33.2) (2022-04-07)


Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.google.oauth-client</groupId>
Expand Down
12 changes: 6 additions & 6 deletions google-oauth-client-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-bom</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<packaging>pom</packaging>

<name>Google OAuth Client Library for Java BOM</name>
Expand Down Expand Up @@ -63,27 +63,27 @@
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-appengine</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-java6</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-servlet</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-java6/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-java6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-jetty/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client-servlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-oauth-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-oauth-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<packaging>pom</packaging>
<name>Parent for the Google OAuth Client Library for Java</name>
<description>Google OAuth Client Library for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion samples/dailymotion-cmdline-sample/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>dailymotion-simple-cmdline-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/keycloak-pkce-cmdline-sample/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-parent</artifactId>
<version>1.33.3-SNAPSHOT</version><!-- {x-version-update:google-oauth-client:current} -->
<version>1.33.3</version><!-- {x-version-update:google-oauth-client:current} -->
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>keycloak-pkce-cmdline-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-oauth-client:1.33.2:1.33.3-SNAPSHOT
google-oauth-client:1.33.3:1.33.3

0 comments on commit c634ad4

Please sign in to comment.