diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 426cf83e..f60d7749 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,4 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:b0b1c1c89570e229b1026372a2b8989ba31495007055b8d30178b7648503eefa + digest: sha256:fc52b202aa298a50a12c64efd04fea3884d867947effe2fa85382a246c09e813 +# created: 2022-04-06T16:30:03.627422514Z diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml new file mode 100644 index 00000000..4caef688 --- /dev/null +++ b/.github/auto-label.yaml @@ -0,0 +1,15 @@ +# Copyright 2021 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +requestsize: + enabled: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 207ef89a..5e3790b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [2.0.9](https://github.com/googleapis/java-dns/compare/v2.0.8...v2.0.9) (2022-04-15) + + +### Dependencies + +* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#646](https://github.com/googleapis/java-dns/issues/646)) ([3f842ef](https://github.com/googleapis/java-dns/commit/3f842efb71cbf64fefa6dca4bfd5733c142b111b)) +* update dependency com.google.errorprone:error_prone_annotations to v2.12.1 ([#642](https://github.com/googleapis/java-dns/issues/642)) ([c400c0d](https://github.com/googleapis/java-dns/commit/c400c0d53c23a6a11f03cab19a1cadbec98dbdd0)) + ### [2.0.8](https://github.com/googleapis/java-dns/compare/v2.0.7...v2.0.8) (2022-03-29) diff --git a/pom.xml b/pom.xml index 188088ef..f4009805 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-dns jar - 2.0.8 + 2.0.9 Google Cloud DNS Parent https://github.com/googleapis/java-dns @@ -61,14 +61,14 @@ com.google.cloud google-cloud-shared-dependencies - 2.9.0 + 2.10.0 pom import com.google.errorprone error_prone_annotations - 2.11.0 + 2.12.1 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 6b5475e0..da82533f 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -29,7 +29,7 @@ com.google.cloud google-cloud-dns - 2.0.7 + 2.0.8 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 705d3972..1872c68f 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -28,7 +28,7 @@ com.google.cloud google-cloud-dns - 2.0.8 + 2.0.9 diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index f382e689..7436d6b2 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 25.0.0 + 25.1.0 pom import diff --git a/versions.txt b/versions.txt index 41518ebe..3c0a0cfb 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-dns:2.0.8:2.0.8 \ No newline at end of file +google-cloud-dns:2.0.9:2.0.9 \ No newline at end of file