From 25f2949eac59b7c5ba0ea452a6a1813ac32e1b64 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 19:08:55 +0000 Subject: [PATCH] chore(main): release 2.13.0 --- CHANGELOG.md | 9 +++++++++ dependency-convergence-check/pom.xml | 4 ++-- first-party-dependencies/pom.xml | 2 +- pom.xml | 6 +++--- third-party-dependencies/pom.xml | 2 +- upper-bound-check/pom.xml | 4 ++-- versions.txt | 2 +- 7 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df5d8e6..18aa8bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.13.0](https://github.com/googleapis/java-shared-dependencies/compare/v2.12.0...v2.13.0) (2022-05-26) + + +### Dependencies + +* update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#701](https://github.com/googleapis/java-shared-dependencies/issues/701)) ([d24730f](https://github.com/googleapis/java-shared-dependencies/commit/d24730f78669f80b109e590b903446e5552e3e36)) +* update dependency com.google.protobuf:protobuf-bom to v3.21.0 ([#703](https://github.com/googleapis/java-shared-dependencies/issues/703)) ([5f9fe12](https://github.com/googleapis/java-shared-dependencies/commit/5f9fe1200b4bdf4c54bf947c21bd3ed02f26f990)) +* update iam.version to v1.4.0 ([#700](https://github.com/googleapis/java-shared-dependencies/issues/700)) ([c1097a4](https://github.com/googleapis/java-shared-dependencies/commit/c1097a46ab0739b0b7234bc510e4c3d9ce2c2861)) + ## [2.12.0](https://github.com/googleapis/java-shared-dependencies/compare/v2.11.0...v2.12.0) (2022-05-19) diff --git a/dependency-convergence-check/pom.xml b/dependency-convergence-check/pom.xml index 0745a5dd..f5c7221a 100644 --- a/dependency-convergence-check/pom.xml +++ b/dependency-convergence-check/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud shared-dependencies-dependency-convergence-test - 2.12.1-SNAPSHOT + 2.13.0 Dependency convergence test for certain artifacts in Google Cloud Shared Dependencies https://github.com/googleapis/java-shared-dependencies @@ -46,7 +46,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.12.1-SNAPSHOT + 2.13.0 pom import diff --git a/first-party-dependencies/pom.xml b/first-party-dependencies/pom.xml index 8d874e67..54777d3e 100644 --- a/first-party-dependencies/pom.xml +++ b/first-party-dependencies/pom.xml @@ -6,7 +6,7 @@ com.google.cloud first-party-dependencies pom - 2.12.1-SNAPSHOT + 2.13.0 Google Cloud First-party Shared Dependencies https://github.com/googleapis/java-shared-dependencies diff --git a/pom.xml b/pom.xml index 72b8f880..4a8e3cc9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shared-dependencies pom - 2.12.1-SNAPSHOT + 2.13.0 first-party-dependencies third-party-dependencies @@ -65,14 +65,14 @@ com.google.cloud first-party-dependencies - 2.12.1-SNAPSHOT + 2.13.0 pom import com.google.cloud third-party-dependencies - 2.12.1-SNAPSHOT + 2.13.0 pom import diff --git a/third-party-dependencies/pom.xml b/third-party-dependencies/pom.xml index 898afdb1..c964978a 100644 --- a/third-party-dependencies/pom.xml +++ b/third-party-dependencies/pom.xml @@ -6,7 +6,7 @@ com.google.cloud third-party-dependencies pom - 2.12.1-SNAPSHOT + 2.13.0 Google Cloud Third-party Shared Dependencies https://github.com/googleapis/java-shared-dependencies diff --git a/upper-bound-check/pom.xml b/upper-bound-check/pom.xml index 32453c60..26d913ac 100644 --- a/upper-bound-check/pom.xml +++ b/upper-bound-check/pom.xml @@ -4,7 +4,7 @@ com.google.cloud shared-dependencies-upper-bound-test pom - 2.12.1-SNAPSHOT + 2.13.0 Upper bound test for Google Cloud Shared Dependencies https://github.com/googleapis/java-shared-dependencies @@ -53,7 +53,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.12.1-SNAPSHOT + 2.13.0 pom import diff --git a/versions.txt b/versions.txt index 5c86d9bc..ab4a03f1 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-dependencies:2.12.0:2.12.1-SNAPSHOT \ No newline at end of file +google-cloud-shared-dependencies:2.13.0:2.13.0 \ No newline at end of file