From f01b40be65a68642f50a10f644f33128ac5a0ac5 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 22:08:15 +0000 Subject: [PATCH] chore(master): release 0.24.1 (#582) :robot: I have created a release \*beep\* \*boop\* --- ### [0.24.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.24.0...v0.24.1) (2021-02-25) ### Dependencies * update dependency com.google.http-client:google-http-client-bom to v1.39.0 ([#580](https://www.github.com/googleapis/google-auth-library-java/issues/580)) ([88718b0](https://www.github.com/googleapis/google-auth-library-java/commit/88718b0185ee6a3ff1168ac68621be0c5ff0efab)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- appengine/pom.xml | 2 +- bom/pom.xml | 2 +- credentials/pom.xml | 2 +- oauth2_http/pom.xml | 2 +- pom.xml | 2 +- versions.txt | 12 ++++++------ 8 files changed, 21 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53096103..0e4d1f32d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.24.1](https://www.github.com/googleapis/google-auth-library-java/compare/v0.24.0...v0.24.1) (2021-02-25) + + +### Dependencies + +* update dependency com.google.http-client:google-http-client-bom to v1.39.0 ([#580](https://www.github.com/googleapis/google-auth-library-java/issues/580)) ([88718b0](https://www.github.com/googleapis/google-auth-library-java/commit/88718b0185ee6a3ff1168ac68621be0c5ff0efab)) + ## [0.24.0](https://www.github.com/googleapis/google-auth-library-java/compare/v0.23.0...v0.24.0) (2021-02-19) diff --git a/README.md b/README.md index 24aac46f6..78430a80f 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.24.0 + 0.24.1 ``` [//]: # ({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.24.0' +compile 'com.google.auth:google-auth-library-oauth2-http:0.24.1' ``` [//]: # ({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.24.0" +libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % "0.24.1" ``` [//]: # ({x-version-update-end}) diff --git a/appengine/pom.xml b/appengine/pom.xml index 1f4c3e612..db0a45519 100644 --- a/appengine/pom.xml +++ b/appengine/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.24.1-SNAPSHOT + 0.24.1 ../pom.xml diff --git a/bom/pom.xml b/bom/pom.xml index 4b8b31aec..daffccd04 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-bom - 0.24.1-SNAPSHOT + 0.24.1 pom Google Auth Library for Java BOM diff --git a/credentials/pom.xml b/credentials/pom.xml index cc64d7944..d40022109 100644 --- a/credentials/pom.xml +++ b/credentials/pom.xml @@ -4,7 +4,7 @@ com.google.auth google-auth-library-parent - 0.24.1-SNAPSHOT + 0.24.1 ../pom.xml diff --git a/oauth2_http/pom.xml b/oauth2_http/pom.xml index 0ef96aacf..b7faf489b 100644 --- a/oauth2_http/pom.xml +++ b/oauth2_http/pom.xml @@ -5,7 +5,7 @@ com.google.auth google-auth-library-parent - 0.24.1-SNAPSHOT + 0.24.1 ../pom.xml diff --git a/pom.xml b/pom.xml index e4f8e74ba..b669df2ca 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.auth google-auth-library-parent - 0.24.1-SNAPSHOT + 0.24.1 pom Google Auth Library for Java Client libraries providing authentication and diff --git a/versions.txt b/versions.txt index 84425df32..722ed622b 100644 --- a/versions.txt +++ b/versions.txt @@ -1,9 +1,9 @@ # Format: # module:released-version:current-version -google-auth-library:0.24.0:0.24.1-SNAPSHOT -google-auth-library-bom:0.24.0:0.24.1-SNAPSHOT -google-auth-library-parent:0.24.0:0.24.1-SNAPSHOT -google-auth-library-appengine:0.24.0:0.24.1-SNAPSHOT -google-auth-library-credentials:0.24.0:0.24.1-SNAPSHOT -google-auth-library-oauth2-http:0.24.0:0.24.1-SNAPSHOT +google-auth-library:0.24.1:0.24.1 +google-auth-library-bom:0.24.1:0.24.1 +google-auth-library-parent:0.24.1:0.24.1 +google-auth-library-appengine:0.24.1:0.24.1 +google-auth-library-credentials:0.24.1:0.24.1 +google-auth-library-oauth2-http:0.24.1:0.24.1