diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b4f68ab6..ff4eba94ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [2.5.8](https://github.com/googleapis/java-core/compare/v2.5.7...v2.5.8) (2022-03-08) + + +### Dependencies + +* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.2.8 ([#753](https://github.com/googleapis/java-core/issues/753)) ([6866b84](https://github.com/googleapis/java-core/commit/6866b8407162ecbff7ed5a6eec5e3e4d130fcfa7)) + ### [2.5.7](https://github.com/googleapis/java-core/compare/v2.5.6...v2.5.7) (2022-03-08) diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml index 66f342a032..fbb147b22e 100644 --- a/google-cloud-core-bom/pom.xml +++ b/google-cloud-core-bom/pom.xml @@ -3,12 +3,12 @@ 4.0.0 com.google.cloud google-cloud-core-bom - 2.5.7 + 2.5.8 pom com.google.cloud google-cloud-shared-config - 1.2.7 + 1.3.0 Google Cloud Core @@ -63,22 +63,22 @@ com.google.cloud google-cloud-core - 2.5.7 + 2.5.8 com.google.cloud google-cloud-core-grpc - 2.5.7 + 2.5.8 com.google.cloud google-cloud-core-http - 2.5.7 + 2.5.8 com.google.cloud native-image-support - 0.12.7 + 0.12.8 diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml index cf4b5051e0..e02454af18 100644 --- a/google-cloud-core-grpc/pom.xml +++ b/google-cloud-core-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-grpc - 2.5.7 + 2.5.8 jar Google Cloud Core gRPC https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.7 + 2.5.8 google-cloud-core-grpc diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml index 9c7ad9e9b9..3c27c7a9c7 100644 --- a/google-cloud-core-http/pom.xml +++ b/google-cloud-core-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-http - 2.5.7 + 2.5.8 jar Google Cloud Core HTTP https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.7 + 2.5.8 google-cloud-core-http diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml index 2fc9bf0dfa..dbdd4f4cc9 100644 --- a/google-cloud-core/pom.xml +++ b/google-cloud-core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core - 2.5.7 + 2.5.8 jar Google Cloud Core https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.7 + 2.5.8 google-cloud-core diff --git a/native-image-support/pom.xml b/native-image-support/pom.xml index c4c140a939..6cbb86b5f6 100644 --- a/native-image-support/pom.xml +++ b/native-image-support/pom.xml @@ -7,13 +7,13 @@ Google Cloud Native Image Support com.google.cloud native-image-support - 0.12.7 + 0.12.8 jar google-cloud-core-parent com.google.cloud - 2.5.7 + 2.5.8 diff --git a/pom.xml b/pom.xml index 93682cfaf0..e24dbeacb0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-core-parent pom - 2.5.7 + 2.5.8 Google Cloud Core Parent https://github.com/googleapis/java-core @@ -14,7 +14,7 @@ com.google.cloud google-cloud-shared-config - 1.2.7 + 1.3.0 @@ -154,7 +154,7 @@ 2.12.2 2.1.4 2.7.4 - 1.2.7 + 1.2.8 1.5.3 1.33.2 1.41.4 diff --git a/versions.txt b/versions.txt index 9950d4fc3f..cdf99018dc 100644 --- a/versions.txt +++ b/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -google-cloud-core:2.5.7:2.5.7 -native-image-support:0.12.7:0.12.7 \ No newline at end of file +google-cloud-core:2.5.8:2.5.8 +native-image-support:0.12.8:0.12.8 \ No newline at end of file