diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eaf2dc83..b04f690b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.25.5](https://www.github.com/googleapis/google-auth-library-java/compare/v0.25.4...v0.25.5) (2021-04-22) + + +### Dependencies + +* update autovalue to 1.8.1 ([#638](https://www.github.com/googleapis/google-auth-library-java/issues/638)) ([62cd356](https://www.github.com/googleapis/google-auth-library-java/commit/62cd3564a93abe3cbbe083ac9b7aaebe4608b4bd)) + ### [0.25.4](https://www.github.com/googleapis/google-auth-library-java/compare/v0.25.3...v0.25.4) (2021-04-15) diff --git a/README.md b/README.md index f07afbe70..9c7532d67 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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 - 0.25.4 + 0.25.5 ``` [//]: # ({x-version-update-end}) @@ -42,7 +42,7 @@ If you are using Gradle, add this to your dependencies [//]: # ({x-version-update-start:google-auth-library-oauth2-http:released}) ```Groovy -compile 'com.google.auth:google-auth-library-oauth2-http:0.25.4' +compile 'com.google.auth:google-auth-library-oauth2-http:0.25.5' ``` [//]: # ({x-version-update-end}) @@ -50,7 +50,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" % "0.25.4" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.25.5" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index 390385198..d70e44b22 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.25.5-SNAPSHOT + 0.25.5 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index a64e7793e..42e7bf2f6 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.25.5-SNAPSHOT + 0.25.5 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index 6743867c9..8f49cc695 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 0.25.5-SNAPSHOT + 0.25.5 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 19d8b0e04..ec82962dd 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.25.5-SNAPSHOT + 0.25.5 ../pom.xml diff --git a/pom.xml b/pom.xml index 9967a4037..b0cac9edd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 0.25.5-SNAPSHOT + 0.25.5 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 2d17cd66d..db40cb103 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.25.4:0.25.5-SNAPSHOT -google-auth-library-bom:0.25.4:0.25.5-SNAPSHOT -google-auth-library-parent:0.25.4:0.25.5-SNAPSHOT -google-auth-library-appengine:0.25.4:0.25.5-SNAPSHOT -google-auth-library-credentials:0.25.4:0.25.5-SNAPSHOT -google-auth-library-oauth2-http:0.25.4:0.25.5-SNAPSHOT +google-auth-library:0.25.5:0.25.5 +google-auth-library-bom:0.25.5:0.25.5 +google-auth-library-parent:0.25.5:0.25.5 +google-auth-library-appengine:0.25.5:0.25.5 +google-auth-library-credentials:0.25.5:0.25.5 +google-auth-library-oauth2-http:0.25.5:0.25.5