Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if record added in ITDnsTest #822

Merged
merged 2 commits into from Mar 30, 2016

Conversation

ajkannan
Copy link

Rationale mentioned in #808

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 30, 2016
@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.579% when pulling 4d7cb29 on ajkannan:improve-dns-it into 6747274 on GoogleCloudPlatform:master.

@@ -648,6 +650,7 @@ public void testInvalidChangeRequest() {
assertEquals(400, ex.code());
}
} finally {
assertTrue(recordAdded);

This comment was marked as spam.

This comment was marked as spam.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.579% when pulling 80268f7 on ajkannan:improve-dns-it into 6747274 on GoogleCloudPlatform:master.

@aozarov aozarov merged commit 45c4665 into googleapis:master Mar 30, 2016
@aozarov aozarov added the api: dns Issues related to the Cloud DNS API. label Mar 30, 2016
@ajkannan ajkannan deleted the improve-dns-it branch April 4, 2016 16:36
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
…test to v2.7.1 (googleapis#822)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.springframework.boot:spring-boot-starter-test](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.7.0` -> `2.7.1` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.1/compatibility-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-test/2.7.1/confidence-slim/2.7.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>spring-projects/spring-boot</summary>

### [`v2.7.1`](https://togithub.com/spring-projects/spring-boot/releases/tag/v2.7.1)

[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.7.0...v2.7.1)

##### 🐞 Bug Fixes

-   Values in a spring.data.cassandra.config file can't override some defaults defined in CassandraProperties [#&googleapis#8203;31503](https://togithub.com/spring-projects/spring-boot/issues/31503)
-   `@RestControllerAdvice` `@ExceptionHandler` Inconsistent behavior with `@RestControllerEndpoint` [#&googleapis#8203;31501](https://togithub.com/spring-projects/spring-boot/issues/31501)
-   Malformed json causes BasicJsonParser to throw a NullPointerException [#&googleapis#8203;31499](https://togithub.com/spring-projects/spring-boot/issues/31499)
-   Metadata generated by the configuration properties annotation processor can miss inherited properties from nested classes [#&googleapis#8203;31484](https://togithub.com/spring-projects/spring-boot/issues/31484)
-   JarFile implementation calls close early which breaks verification of signed unpacked nested jars on Oracle JDK [#&googleapis#8203;31395](https://togithub.com/spring-projects/spring-boot/issues/31395)
-   Health indicators that take a long time to respond are difficult to diagnose [#&googleapis#8203;31384](https://togithub.com/spring-projects/spring-boot/issues/31384)
-   Custom Converter annotated with `@ConfigurationPropertiesBinding` does not get selected if targetType has a static factory method different return type [#&googleapis#8203;31341](https://togithub.com/spring-projects/spring-boot/issues/31341)
-   Tomcat server.max-http-header-size property is ignored when using HTTP/2 [#&googleapis#8203;31329](https://togithub.com/spring-projects/spring-boot/issues/31329)
-   OAuth2 Resource Server Auto-Configuration can only configure a single JWS algorithm [#&googleapis#8203;31321](https://togithub.com/spring-projects/spring-boot/issues/31321)
-   Maven shade plugin configuration in spring-boot-starter-parent does not append META-INF/spring/\*.imports files [#&googleapis#8203;31316](https://togithub.com/spring-projects/spring-boot/issues/31316)
-   GraphQL RouterFunctions are unordered which prevents other functions from being ordered after them [#&googleapis#8203;31314](https://togithub.com/spring-projects/spring-boot/issues/31314)
-   spring-boot-dependencies manages spring-ldap-ldif-batch which no longer exists [#&googleapis#8203;31254](https://togithub.com/spring-projects/spring-boot/issues/31254)
-   Dependency task can fail due to BootJar and BootWar afterResolve hooks [#&googleapis#8203;31213](https://togithub.com/spring-projects/spring-boot/issues/31213)
-   MimeMappings does not include application/wasm [#&googleapis#8203;31188](https://togithub.com/spring-projects/spring-boot/issues/31188)
-   spring-configuration-metadata.json is missing for additional-spring-configuration-metadata.json after switching from `@Configuration` to `@AutoConfiguration` [#&googleapis#8203;31186](https://togithub.com/spring-projects/spring-boot/issues/31186)
-   Binder(ConfigurationPropertySource... sources) does not assert that sources contains only non-null elements [#&googleapis#8203;31183](https://togithub.com/spring-projects/spring-boot/issues/31183)
-   WebMvcMetricsFilter stopped working since 2.7.0 [#&googleapis#8203;31150](https://togithub.com/spring-projects/spring-boot/issues/31150)
-   Dependency management for mimepull is redundant and the managed version is incompatible with Java 8 [#&googleapis#8203;31145](https://togithub.com/spring-projects/spring-boot/pull/31145)
-   layers.xsd is out of sync with the documentation and implementation for including and excluding module dependencies [#&googleapis#8203;31128](https://togithub.com/spring-projects/spring-boot/issues/31128)

##### 📔 Documentation

-   Make SpringApplication Kotlin samples idiomatic [#&googleapis#8203;31463](https://togithub.com/spring-projects/spring-boot/pull/31463)
-   Harmonize Kotlin example [#&googleapis#8203;31458](https://togithub.com/spring-projects/spring-boot/pull/31458)
-   Remove duplicate content from "The Spring WebFlux Framework" section [#&googleapis#8203;31381](https://togithub.com/spring-projects/spring-boot/issues/31381)
-   Document that property placeholders should use the canonical property name form [#&googleapis#8203;31369](https://togithub.com/spring-projects/spring-boot/issues/31369)
-   Fix typos in the reference documentation [#&googleapis#8203;31366](https://togithub.com/spring-projects/spring-boot/issues/31366)
-   Enable Links for the Javadoc of the Gradle Plugin [#&googleapis#8203;31362](https://togithub.com/spring-projects/spring-boot/issues/31362)
-   Remove "earlier in this chapter" from places where content is now elsewhere in the documentation [#&googleapis#8203;31360](https://togithub.com/spring-projects/spring-boot/issues/31360)
-   Restore custom favicon documentation [#&googleapis#8203;31358](https://togithub.com/spring-projects/spring-boot/issues/31358)
-   Document that when using Lombok it must be configured to run before spring-boot-configuration-processor [#&googleapis#8203;31356](https://togithub.com/spring-projects/spring-boot/issues/31356)
-   Use Lambda-based API in Spring Security examples [#&googleapis#8203;31354](https://togithub.com/spring-projects/spring-boot/issues/31354)
-   Fix typo in name of imports file in javadoc of ImportCandidates.from [#&googleapis#8203;31277](https://togithub.com/spring-projects/spring-boot/pull/31277)
-   Typos in documentation ("spring-factories" instead of "spring.factories")  [#&googleapis#8203;31206](https://togithub.com/spring-projects/spring-boot/issues/31206)
-   Fix Custom Layers Configuration section title in Maven plugin docs [#&googleapis#8203;31180](https://togithub.com/spring-projects/spring-boot/issues/31180)
-   org.springframework.boot.actuate.autoconfigure.metrics.graphql has no package info [#&googleapis#8203;31140](https://togithub.com/spring-projects/spring-boot/pull/31140)
-   Update Dynatrace Micrometer registry documentation [#&googleapis#8203;31132](https://togithub.com/spring-projects/spring-boot/pull/31132)

##### 🔨 Dependency Upgrades

-   Upgrade to AppEngine SDK 1.9.97 [#&googleapis#8203;31421](https://togithub.com/spring-projects/spring-boot/issues/31421)
-   Upgrade to Byte Buddy 1.12.11 [#&googleapis#8203;31508](https://togithub.com/spring-projects/spring-boot/issues/31508)
-   Upgrade to Couchbase Client 3.3.1 [#&googleapis#8203;31422](https://togithub.com/spring-projects/spring-boot/issues/31422)
-   Upgrade to Dropwizard Metrics 4.2.10 [#&googleapis#8203;31488](https://togithub.com/spring-projects/spring-boot/issues/31488)
-   Upgrade to Elasticsearch 7.17.4 [#&googleapis#8203;31423](https://togithub.com/spring-projects/spring-boot/issues/31423)
-   Upgrade to Embedded Mongo 3.4.6 [#&googleapis#8203;31424](https://togithub.com/spring-projects/spring-boot/issues/31424)
-   Upgrade to Flyway 8.5.13 [#&googleapis#8203;31425](https://togithub.com/spring-projects/spring-boot/issues/31425)
-   Upgrade to Groovy 3.0.11 [#&googleapis#8203;31426](https://togithub.com/spring-projects/spring-boot/issues/31426)
-   Upgrade to H2 2.1.214 [#&googleapis#8203;31427](https://togithub.com/spring-projects/spring-boot/issues/31427)
-   Upgrade to Hazelcast 5.1.2 [#&googleapis#8203;31428](https://togithub.com/spring-projects/spring-boot/issues/31428)
-   Upgrade to Jetty 9.4.48.v20220622 [#&googleapis#8203;31509](https://togithub.com/spring-projects/spring-boot/issues/31509)
-   Upgrade to jOOQ 3.14.16 [#&googleapis#8203;31429](https://togithub.com/spring-projects/spring-boot/issues/31429)
-   Upgrade to Kotlin Coroutines 1.6.3 [#&googleapis#8203;31490](https://togithub.com/spring-projects/spring-boot/issues/31490)
-   Upgrade to MariaDB 3.0.5 [#&googleapis#8203;31431](https://togithub.com/spring-projects/spring-boot/issues/31431)
-   Upgrade to Micrometer 1.9.1 [#&googleapis#8203;31372](https://togithub.com/spring-projects/spring-boot/issues/31372)
-   Upgrade to MongoDB 4.6.1 [#&googleapis#8203;31432](https://togithub.com/spring-projects/spring-boot/issues/31432)
-   Upgrade to Neo4j Java Driver 4.4.6 [#&googleapis#8203;31433](https://togithub.com/spring-projects/spring-boot/issues/31433)
-   Upgrade to Netty 4.1.78.Final [#&googleapis#8203;31434](https://togithub.com/spring-projects/spring-boot/issues/31434)
-   Upgrade to Postgresql 42.3.6 [#&googleapis#8203;31435](https://togithub.com/spring-projects/spring-boot/issues/31435)
-   Upgrade to Reactive Streams 1.0.4 [#&googleapis#8203;31436](https://togithub.com/spring-projects/spring-boot/issues/31436)
-   Upgrade to Reactor 2020.0.20 [#&googleapis#8203;31371](https://togithub.com/spring-projects/spring-boot/issues/31371)
-   Upgrade to Solr 8.11.2 [#&googleapis#8203;31491](https://togithub.com/spring-projects/spring-boot/issues/31491)
-   Upgrade to Spring AMQP 2.4.6 [#&googleapis#8203;31376](https://togithub.com/spring-projects/spring-boot/issues/31376)
-   Upgrade to Spring Data 2021.2.1 [#&googleapis#8203;31374](https://togithub.com/spring-projects/spring-boot/issues/31374)
-   Upgrade to Spring Framework 5.3.21 [#&googleapis#8203;31319](https://togithub.com/spring-projects/spring-boot/issues/31319)
-   Upgrade to Spring HATEOAS 1.5.1 [#&googleapis#8203;31465](https://togithub.com/spring-projects/spring-boot/issues/31465)
-   Upgrade to Spring Integration 5.5.13 [#&googleapis#8203;31483](https://togithub.com/spring-projects/spring-boot/issues/31483)
-   Upgrade to Spring Kafka 2.8.7 [#&googleapis#8203;31377](https://togithub.com/spring-projects/spring-boot/issues/31377)
-   Upgrade to Spring LDAP 2.4.1 [#&googleapis#8203;31373](https://togithub.com/spring-projects/spring-boot/issues/31373)
-   Upgrade to Spring Security 5.7.2 [#&googleapis#8203;31375](https://togithub.com/spring-projects/spring-boot/issues/31375)
-   Upgrade to Tomcat 9.0.64 [#&googleapis#8203;31437](https://togithub.com/spring-projects/spring-boot/issues/31437)
-   Upgrade to Undertow 2.2.18.Final [#&googleapis#8203;31438](https://togithub.com/spring-projects/spring-boot/issues/31438)

##### ❤️ Contributors

We'd like to thank all the contributors who worked on this release!

-   [@&googleapis#8203;sdeleuze](https://togithub.com/sdeleuze)
-   [@&googleapis#8203;1993heqiang](https://togithub.com/1993heqiang)
-   [@&googleapis#8203;hpoettker](https://togithub.com/hpoettker)
-   [@&googleapis#8203;naveensrinivasan](https://togithub.com/naveensrinivasan)
-   [@&googleapis#8203;vpavic](https://togithub.com/vpavic)
-   [@&googleapis#8203;izeye](https://togithub.com/izeye)
-   [@&googleapis#8203;ningenMe](https://togithub.com/ningenMe)
-   [@&googleapis#8203;larsgrefer](https://togithub.com/larsgrefer)
-   [@&googleapis#8203;anthonyvdotbe](https://togithub.com/anthonyvdotbe)
-   [@&googleapis#8203;pirgeo](https://togithub.com/pirgeo)
-   [@&googleapis#8203;jprinet](https://togithub.com/jprinet)
-   [@&googleapis#8203;dalbani](https://togithub.com/dalbani)
-   [@&googleapis#8203;ittays](https://togithub.com/ittays)
-   [@&googleapis#8203;eddumelendez](https://togithub.com/eddumelendez)
-   [@&googleapis#8203;youribonnaffe](https://togithub.com/youribonnaffe)
-   [@&googleapis#8203;matei-cernaianu](https://togithub.com/matei-cernaianu)
-   [@&googleapis#8203;tudormarc](https://togithub.com/tudormarc)
-   [@&googleapis#8203;abel533](https://togithub.com/abel533)
-   [@&googleapis#8203;terminux](https://togithub.com/terminux)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jun 29, 2022
)

* chore: update dependencies for regapic

* add more dependencies and trigger comment

* update goldens

* fix indentation

* remove duplicate gax-httpjson dependency

* remove duplicated dependencies
Source-Link: googleapis/synthtool@fa54eb2
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906
github-actions bot pushed a commit to suztomo/google-cloud-java that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop*
---


## [3.0.0](googleapis/java-recaptchaenterprise@v2.6.2...v3.0.0) (2022-07-01)


### ⚠ BREAKING CHANGES

* set the right field number for reCAPTCHA private password leak (googleapis#819)

### Features

* Enable REST transport for most of Java and Go clients ([googleapis#821](googleapis/java-recaptchaenterprise#821)) ([0a1e7f7](googleapis/java-recaptchaenterprise@0a1e7f7))


### Bug Fixes

* set the right field number for reCAPTCHA private password leak ([googleapis#819](googleapis/java-recaptchaenterprise#819)) ([bb2c0ae](googleapis/java-recaptchaenterprise@bb2c0ae))


### Documentation

* **samples:** add password leak sample and test ([googleapis#808](googleapis/java-recaptchaenterprise#808)) ([7f34dbb](googleapis/java-recaptchaenterprise@7f34dbb))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([googleapis#820](googleapis/java-recaptchaenterprise#820)) ([df7ab36](googleapis/java-recaptchaenterprise@df7ab36))
* update dependency io.github.bonigarcia:webdrivermanager to v5.2.1 ([googleapis#827](googleapis/java-recaptchaenterprise#827)) ([7f0a96f](googleapis/java-recaptchaenterprise@7f0a96f))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4.2.2 ([googleapis#813](googleapis/java-recaptchaenterprise#813)) ([478ca45](googleapis/java-recaptchaenterprise@478ca45))
* update dependency org.seleniumhq.selenium:selenium-chrome-driver to v4.3.0 ([googleapis#825](googleapis/java-recaptchaenterprise#825)) ([1dfb081](googleapis/java-recaptchaenterprise@1dfb081))
* update dependency org.seleniumhq.selenium:selenium-java to v4.2.2 ([googleapis#814](googleapis/java-recaptchaenterprise#814)) ([b045a08](googleapis/java-recaptchaenterprise@b045a08))
* update dependency org.seleniumhq.selenium:selenium-java to v4.3.0 ([googleapis#826](googleapis/java-recaptchaenterprise#826)) ([a80a641](googleapis/java-recaptchaenterprise@a80a641))
* update dependency org.springframework.boot:spring-boot-starter-test to v2.7.1 ([googleapis#822](googleapis/java-recaptchaenterprise#822)) ([4d2a4d8](googleapis/java-recaptchaenterprise@4d2a4d8))
* update dependency org.springframework.boot:spring-boot-starter-thymeleaf to v2.7.1 ([googleapis#823](googleapis/java-recaptchaenterprise#823)) ([8824222](googleapis/java-recaptchaenterprise@8824222))
* update dependency org.springframework.boot:spring-boot-starter-web to v2.7.1 ([googleapis#824](googleapis/java-recaptchaenterprise#824)) ([e368915](googleapis/java-recaptchaenterprise@e368915))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Jul 14, 2022
Source-Link: googleapis/synthtool@18d4e9b
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:f8374176dc59291f05dd3fec927a9da2cda687a9ef4de32e77f699a2be12ab45
github-actions bot pushed a commit that referenced this pull request Jul 18, 2022
…-info-reports-plugin to v3.4.0 (#822)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-project-info-reports-plugin](https://maven.apache.org/plugins/) | `3.3.0` -> `3.4.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-project-info-reports-plugin/3.4.0/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-kms).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
github-actions bot pushed a commit that referenced this pull request Aug 16, 2022
…1.0 (#822)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.0.0` -> `26.1.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/compatibility-slim/26.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.0/confidence-slim/26.0.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-talent).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTguMCIsInVwZGF0ZWRJblZlciI6IjMyLjE1OC4wIn0=-->
github-actions bot pushed a commit that referenced this pull request Aug 18, 2022
…-plugin to v3.4.1 (#822)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) | `3.4.0` -> `3.4.1` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/compatibility-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-javadoc-plugin/3.4.1/confidence-slim/3.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-resourcemanager).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNjEuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE2MS4xIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 15, 2022
…r to v2.3.7 (#822)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-scheduler](https://togithub.com/googleapis/java-scheduler) | `2.3.5` -> `2.3.7` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-scheduler/2.3.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-scheduler/2.3.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-scheduler/2.3.7/compatibility-slim/2.3.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-scheduler/2.3.7/confidence-slim/2.3.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-scheduler).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTQuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->
github-actions bot pushed a commit that referenced this pull request Sep 30, 2022
🤖 I have created a release *beep* *boop*
---


## [2.5.5](googleapis/java-recommender@v2.5.4...v2.5.5) (2022-09-29)


### Dependencies

* Update dependency cachetools to v5 ([#837](googleapis/java-recommender#837)) ([316e539](googleapis/java-recommender@316e539))
* Update dependency certifi to v2022.9.24 ([#816](googleapis/java-recommender#816)) ([9257a6f](googleapis/java-recommender@9257a6f))
* Update dependency charset-normalizer to v2.1.1 ([#820](googleapis/java-recommender#820)) ([c1d4abc](googleapis/java-recommender@c1d4abc))
* Update dependency click to v8.1.3 ([#821](googleapis/java-recommender#821)) ([71b7c74](googleapis/java-recommender@71b7c74))
* Update dependency gcp-releasetool to v1.8.8 ([#817](googleapis/java-recommender#817)) ([f8fe2f4](googleapis/java-recommender@f8fe2f4))
* Update dependency google-api-core to v2.10.1 ([#822](googleapis/java-recommender#822)) ([9315ebc](googleapis/java-recommender@9315ebc))
* Update dependency google-auth to v2.12.0 ([#823](googleapis/java-recommender#823)) ([22f0d40](googleapis/java-recommender@22f0d40))
* Update dependency google-cloud-core to v2.3.2 ([#818](googleapis/java-recommender#818)) ([7934039](googleapis/java-recommender@7934039))
* Update dependency google-cloud-storage to v2.5.0 ([#824](googleapis/java-recommender#824)) ([c636d34](googleapis/java-recommender@c636d34))
* Update dependency google-crc32c to v1.5.0 ([#825](googleapis/java-recommender#825)) ([5c7ca00](googleapis/java-recommender@5c7ca00))
* Update dependency googleapis-common-protos to v1.56.4 ([#819](googleapis/java-recommender#819)) ([3dfa9b6](googleapis/java-recommender@3dfa9b6))
* Update dependency importlib-metadata to v4.12.0 ([#829](googleapis/java-recommender#829)) ([6b959ab](googleapis/java-recommender@6b959ab))
* Update dependency jeepney to v0.8.0 ([#830](googleapis/java-recommender#830)) ([ecd6a01](googleapis/java-recommender@ecd6a01))
* Update dependency jinja2 to v3.1.2 ([#831](googleapis/java-recommender#831)) ([18a3391](googleapis/java-recommender@18a3391))
* Update dependency keyring to v23.9.3 ([#832](googleapis/java-recommender#832)) ([9310d26](googleapis/java-recommender@9310d26))
* Update dependency markupsafe to v2.1.1 ([#826](googleapis/java-recommender#826)) ([3288701](googleapis/java-recommender@3288701))
* Update dependency protobuf to v3.20.2 ([#827](googleapis/java-recommender#827)) ([310e5a0](googleapis/java-recommender@310e5a0))
* Update dependency protobuf to v4 ([#838](googleapis/java-recommender#838)) ([1f65182](googleapis/java-recommender@1f65182))
* Update dependency pyjwt to v2.5.0 ([#833](googleapis/java-recommender#833)) ([ef6a5ae](googleapis/java-recommender@ef6a5ae))
* Update dependency requests to v2.28.1 ([#834](googleapis/java-recommender#834)) ([72459f0](googleapis/java-recommender@72459f0))
* Update dependency typing-extensions to v4.3.0 ([#835](googleapis/java-recommender#835)) ([4ae6014](googleapis/java-recommender@4ae6014))
* Update dependency zipp to v3.8.1 ([#836](googleapis/java-recommender#836)) ([5d9fa20](googleapis/java-recommender@5d9fa20))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Oct 5, 2022
🤖 I have created a release *beep* *boop*
---


### Updating meta-information for bleeding-edge SNAPSHOT release.

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
github-actions bot pushed a commit that referenced this pull request Nov 9, 2022
…1.4 (#822)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:libraries-bom](https://cloud.google.com/java/docs/bom) ([source](https://togithub.com/googleapis/java-cloud-bom)) | `26.1.3` -> `26.1.4` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/compatibility-slim/26.1.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:libraries-bom/26.1.4/confidence-slim/26.1.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-tasks).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNC45LjIifQ==-->
github-actions bot pushed a commit that referenced this pull request Nov 16, 2022
)

* chore(java): add a note in README for migrated split repos

Disable renovate bot and flaky bot for split repositories
that have moved to the Java monorepo.
The Java monorepo will pass the "monorepo=True" parameter
to java.common_templates method in its owlbot.py files so that
the migration note will not appear in the README in the monorepo.

Co-authored-by: Jeff Ching <chingor@google.com>
Source-Link: googleapis/synthtool@d4b2916
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.com>
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [2.7.0](googleapis/java-core@v2.6.1...v2.7.0) (2022-05-18)


### Features

* **java:** remove native-image-support module ([#820](googleapis/java-core#820)) ([b827e0a](googleapis/java-core@b827e0a))
* next release from main branch is 2.7.0 ([#807](googleapis/java-core#807)) ([2145212](googleapis/java-core@2145212))


### Bug Fixes

* remove native-image-support module from version.txt ([#822](googleapis/java-core#822)) ([8285eee](googleapis/java-core@8285eee))


### Dependencies

* update dependency com.google.api-client:google-api-client-bom to v1.34.1 ([#823](googleapis/java-core#823)) ([58aac09](googleapis/java-core@58aac09))
* update dependency com.google.api:api-common to v2.2.0 ([#827](googleapis/java-core#827)) ([fa4a5db](googleapis/java-core@fa4a5db))
* update dependency com.google.api:gax-bom to v2.17.0 ([#826](googleapis/java-core#826)) ([d1d886d](googleapis/java-core@d1d886d))
* update dependency com.google.api:gax-bom to v2.18.0 ([#829](googleapis/java-core#829)) ([355dd4a](googleapis/java-core@355dd4a))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.2 ([#805](googleapis/java-core#805)) ([c5b4893](googleapis/java-core@c5b4893))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.3 ([#814](googleapis/java-core#814)) ([9621659](googleapis/java-core@9621659))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.3.4 ([#825](googleapis/java-core#825)) ([8f907db](googleapis/java-core@8f907db))
* update dependency com.google.auth:google-auth-library-bom to v1.7.0 ([#828](googleapis/java-core#828)) ([0e53f0c](googleapis/java-core@0e53f0c))
* update dependency com.google.cloud:native-image-support to v0.14.0 ([#824](googleapis/java-core#824)) ([bbeb567](googleapis/java-core@bbeb567))
* update dependency com.google.errorprone:error_prone_annotations to v2.13.1 ([#806](googleapis/java-core#806)) ([c4d3e17](googleapis/java-core@c4d3e17))
* update dependency com.google.http-client:google-http-client-bom to v1.41.8 ([#821](googleapis/java-core#821)) ([8c747e1](googleapis/java-core@8c747e1))
* update dependency com.google.protobuf:protobuf-bom to v3.20.1 ([#813](googleapis/java-core#813)) ([f259b41](googleapis/java-core@f259b41))
* update dependency io.grpc:grpc-bom to v1.46.0 ([#815](googleapis/java-core#815)) ([2dc7507](googleapis/java-core@2dc7507))
* update opencensus.version to v0.31.1 ([#819](googleapis/java-core#819)) ([96982b0](googleapis/java-core@96982b0))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo pushed a commit that referenced this pull request Feb 1, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [charset-normalizer](https://togithub.com/ousret/charset_normalizer) | `==2.0.12` -> `==2.1.1` | [![age](https://badges.renovateapi.com/packages/pypi/charset-normalizer/2.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/charset-normalizer/2.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/charset-normalizer/2.1.1/compatibility-slim/2.0.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/charset-normalizer/2.1.1/confidence-slim/2.0.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-dependencies).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDguMCIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4wIn0=-->
suztomo pushed a commit that referenced this pull request Feb 1, 2023
🤖 I have created a release *beep* *boop*
---


## [3.0.4](https://togithub.com/googleapis/java-shared-dependencies/compare/v3.0.3...v3.0.4) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#816](https://togithub.com/googleapis/java-shared-dependencies/issues/816)) ([bd2569c](https://togithub.com/googleapis/java-shared-dependencies/commit/bd2569c8c26e177a83cbcf8ed63fed1c3fce2c4b))
* Update dependency certifi to v2022.9.24 ([#818](https://togithub.com/googleapis/java-shared-dependencies/issues/818)) ([5406a0c](https://togithub.com/googleapis/java-shared-dependencies/commit/5406a0ca7e4e2b47f87a39c0fc696fbfd7a6a196))
* Update dependency charset-normalizer to v2.1.1 ([#822](https://togithub.com/googleapis/java-shared-dependencies/issues/822)) ([5c998e4](https://togithub.com/googleapis/java-shared-dependencies/commit/5c998e4d05d47882743cdb5a871a6af728b9d920))
* Update dependency click to v8.1.3 ([#823](https://togithub.com/googleapis/java-shared-dependencies/issues/823)) ([2ad211a](https://togithub.com/googleapis/java-shared-dependencies/commit/2ad211abb259b0fc225303f695a2f0399e19cd66))
* Update dependency com.google.protobuf:protobuf-bom to v3.21.7 ([#837](https://togithub.com/googleapis/java-shared-dependencies/issues/837)) ([d5472aa](https://togithub.com/googleapis/java-shared-dependencies/commit/d5472aa3a98c7a10737b6a9137dba8140087a31b))
* Update dependency gcp-releasetool to v1.8.8 ([#819](https://togithub.com/googleapis/java-shared-dependencies/issues/819)) ([bfef3b0](https://togithub.com/googleapis/java-shared-dependencies/commit/bfef3b0cf05bc200e707dfbf0330d672d824004c))
* Update dependency gcp-releasetool to v1.8.9 ([#846](https://togithub.com/googleapis/java-shared-dependencies/issues/846)) ([533c6a6](https://togithub.com/googleapis/java-shared-dependencies/commit/533c6a6382c2e933b2e87834b5b94913c1dc4943))
* Update dependency google-api-core to v2.10.1 ([#824](https://togithub.com/googleapis/java-shared-dependencies/issues/824)) ([1a5d233](https://togithub.com/googleapis/java-shared-dependencies/commit/1a5d233efa85f1dbd3aa272d2d305d24a35a7576))
* Update dependency google-auth to v2.12.0 ([#825](https://togithub.com/googleapis/java-shared-dependencies/issues/825)) ([cbca860](https://togithub.com/googleapis/java-shared-dependencies/commit/cbca860ae78c7ddf4541ed8b7c057710299162a8))
* Update dependency google-cloud-core to v2.3.2 ([#820](https://togithub.com/googleapis/java-shared-dependencies/issues/820)) ([65a1310](https://togithub.com/googleapis/java-shared-dependencies/commit/65a1310f50ce6914a67cb5e0e4d258f9f4466f11))
* Update dependency google-cloud-storage to v2.5.0 ([#826](https://togithub.com/googleapis/java-shared-dependencies/issues/826)) ([5fd7983](https://togithub.com/googleapis/java-shared-dependencies/commit/5fd7983489b971344e64010c7cfef0a2f60be667))
* Update dependency google-crc32c to v1.5.0 ([#827](https://togithub.com/googleapis/java-shared-dependencies/issues/827)) ([ee9e013](https://togithub.com/googleapis/java-shared-dependencies/commit/ee9e013106173cefbc10563d5d51dd906997c658))
* Update dependency google-resumable-media to v2.4.0 ([#838](https://togithub.com/googleapis/java-shared-dependencies/issues/838)) ([fb02810](https://togithub.com/googleapis/java-shared-dependencies/commit/fb02810c4a975fc75b26d680266ac48f85779a70))
* Update dependency googleapis-common-protos to v1.56.4 ([#821](https://togithub.com/googleapis/java-shared-dependencies/issues/821)) ([49d6423](https://togithub.com/googleapis/java-shared-dependencies/commit/49d64234d57d99c07689d0dd66697bb94d69e958))
* Update dependency importlib-metadata to v4.12.0 ([#832](https://togithub.com/googleapis/java-shared-dependencies/issues/832)) ([33ef522](https://togithub.com/googleapis/java-shared-dependencies/commit/33ef5228cb4fda9ef24e2b4396f970bc5ab67322))
* Update dependency importlib-metadata to v4.13.0 ([#843](https://togithub.com/googleapis/java-shared-dependencies/issues/843)) ([333b61b](https://togithub.com/googleapis/java-shared-dependencies/commit/333b61baf0f42d64699626bbc57315b3a826c3d3))
* Update dependency importlib-metadata to v5 ([#845](https://togithub.com/googleapis/java-shared-dependencies/issues/845)) ([7dc299d](https://togithub.com/googleapis/java-shared-dependencies/commit/7dc299da70133bb0fa9a363816ea804d540edc22))
* Update dependency io.grpc:grpc-bom to v1.49.1 ([#802](https://togithub.com/googleapis/java-shared-dependencies/issues/802)) ([a810f58](https://togithub.com/googleapis/java-shared-dependencies/commit/a810f587a5551e5f36a0b161bc350ebcb636acd5))
* Update dependency io.grpc:grpc-bom to v1.49.2 ([#842](https://togithub.com/googleapis/java-shared-dependencies/issues/842)) ([064a166](https://togithub.com/googleapis/java-shared-dependencies/commit/064a1666dd030c5f9fe35da7ebbda3dad2421427))
* Update dependency jeepney to v0.8.0 ([#833](https://togithub.com/googleapis/java-shared-dependencies/issues/833)) ([d1a5a67](https://togithub.com/googleapis/java-shared-dependencies/commit/d1a5a672089424d3ef9f85ae5d87b669484466e5))
* Update dependency jinja2 to v3.1.2 ([#834](https://togithub.com/googleapis/java-shared-dependencies/issues/834)) ([ad63e98](https://togithub.com/googleapis/java-shared-dependencies/commit/ad63e988d2407a62491a309160e1b87b4cc06d9a))
* Update dependency keyring to v23.9.3 ([#828](https://togithub.com/googleapis/java-shared-dependencies/issues/828)) ([8fed728](https://togithub.com/googleapis/java-shared-dependencies/commit/8fed728e6c84c8cade5bb24a827c558345149cff))
* Update dependency markupsafe to v2.1.1 ([#829](https://togithub.com/googleapis/java-shared-dependencies/issues/829)) ([6a93716](https://togithub.com/googleapis/java-shared-dependencies/commit/6a93716f6f161ced9a08840037bbfe7bfeee0814))
* Update dependency org.threeten:threetenbp to v1.6.2 ([#808](https://togithub.com/googleapis/java-shared-dependencies/issues/808)) ([f03792d](https://togithub.com/googleapis/java-shared-dependencies/commit/f03792d49370e0abbe6f90d37c513920759d6581))
* Update dependency protobuf to v3.20.2 ([#830](https://togithub.com/googleapis/java-shared-dependencies/issues/830)) ([544c20f](https://togithub.com/googleapis/java-shared-dependencies/commit/544c20f9b45fc42ba6b0071153c05034ea08ddc3))
* Update dependency protobuf to v3.20.3 ([#839](https://togithub.com/googleapis/java-shared-dependencies/issues/839)) ([69db6d7](https://togithub.com/googleapis/java-shared-dependencies/commit/69db6d7e56d4673a68e1f49a805635d054856326))
* Update dependency protobuf to v4 ([#817](https://togithub.com/googleapis/java-shared-dependencies/issues/817)) ([d2df74f](https://togithub.com/googleapis/java-shared-dependencies/commit/d2df74f6f456acbcccee7120b0ab164f73b8af93))
* Update dependency pyjwt to v2.5.0 ([#812](https://togithub.com/googleapis/java-shared-dependencies/issues/812)) ([8439533](https://togithub.com/googleapis/java-shared-dependencies/commit/843953365e464c72aa62df1a512a0ca6086a1c37))
* Update dependency requests to v2.28.1 ([#813](https://togithub.com/googleapis/java-shared-dependencies/issues/813)) ([de1d896](https://togithub.com/googleapis/java-shared-dependencies/commit/de1d896da6d7dcaedb520117d675290826d23505))
* Update dependency typing-extensions to v4.3.0 ([#814](https://togithub.com/googleapis/java-shared-dependencies/issues/814)) ([eb8b96b](https://togithub.com/googleapis/java-shared-dependencies/commit/eb8b96b916281aad8f330eb506a7d4be420c4263))
* Update dependency zipp to v3.8.1 ([#815](https://togithub.com/googleapis/java-shared-dependencies/issues/815)) ([74ee8f7](https://togithub.com/googleapis/java-shared-dependencies/commit/74ee8f75795091303236322e6c090a6a2b3f30e5))
* Update gax.version to v2.19.2 ([#847](https://togithub.com/googleapis/java-shared-dependencies/issues/847)) ([63228ac](https://togithub.com/googleapis/java-shared-dependencies/commit/63228ac05cfa27c6ecfee44eb91a8fabb94c5f59))
* Update google.common-protos.version to v2.9.3 ([#803](https://togithub.com/googleapis/java-shared-dependencies/issues/803)) ([cdf3fe6](https://togithub.com/googleapis/java-shared-dependencies/commit/cdf3fe6f7b7abbb9ef0c4a7cd1e4783dbbe0e238))
* Update google.common-protos.version to v2.9.5 ([#831](https://togithub.com/googleapis/java-shared-dependencies/issues/831)) ([62b5617](https://togithub.com/googleapis/java-shared-dependencies/commit/62b5617fa7960a1fdbad5743e44f14e2b6014b47))
* Update google.common-protos.version to v2.9.6 ([#844](https://togithub.com/googleapis/java-shared-dependencies/issues/844)) ([0cd42ae](https://togithub.com/googleapis/java-shared-dependencies/commit/0cd42aee75de5e3ddcde03165620aebae3ce2df0))
* Update google.core.version to v2.8.13 ([#804](https://togithub.com/googleapis/java-shared-dependencies/issues/804)) ([d1b585e](https://togithub.com/googleapis/java-shared-dependencies/commit/d1b585eb836fa55a97ca059426bce15cafcb2b5e))
* Update google.core.version to v2.8.14 ([#805](https://togithub.com/googleapis/java-shared-dependencies/issues/805)) ([3743485](https://togithub.com/googleapis/java-shared-dependencies/commit/37434855f0ec5bef09a8e8b0a062aa1df93da102))
* Update google.core.version to v2.8.15 ([#807](https://togithub.com/googleapis/java-shared-dependencies/issues/807)) ([614586e](https://togithub.com/googleapis/java-shared-dependencies/commit/614586ed92f203901c80ab5539f5c514bb5fe131))
* Update google.core.version to v2.8.16 ([#810](https://togithub.com/googleapis/java-shared-dependencies/issues/810)) ([6d04bef](https://togithub.com/googleapis/java-shared-dependencies/commit/6d04bef8689e87a7505ecb18e556b7d55a05d649))
* Update google.core.version to v2.8.17 ([#835](https://togithub.com/googleapis/java-shared-dependencies/issues/835)) ([5e84cc5](https://togithub.com/googleapis/java-shared-dependencies/commit/5e84cc533778443b798550fe9e3cb0888ad9b8ac))
* Update google.core.version to v2.8.18 ([#840](https://togithub.com/googleapis/java-shared-dependencies/issues/840)) ([203e8b4](https://togithub.com/googleapis/java-shared-dependencies/commit/203e8b4681186f863bc8d2f7e79c3c0102e592b4))
* Update google.core.version to v2.8.19 ([#841](https://togithub.com/googleapis/java-shared-dependencies/issues/841)) ([35bf0dc](https://togithub.com/googleapis/java-shared-dependencies/commit/35bf0dcb1b8e6143fb7750dc3e8eeeb6bfac9a3b))
* Update google.core.version to v2.8.20 ([#848](https://togithub.com/googleapis/java-shared-dependencies/issues/848)) ([047dc3f](https://togithub.com/googleapis/java-shared-dependencies/commit/047dc3f6f1b1a0c27079c8bc07046793c96f8dfc))
* Update iam.version to v1.6.1 ([#806](https://togithub.com/googleapis/java-shared-dependencies/issues/806)) ([b2fc57a](https://togithub.com/googleapis/java-shared-dependencies/commit/b2fc57a99d63554f456f185c136954c688300ab7))
* Update iam.version to v1.6.2 ([#849](https://togithub.com/googleapis/java-shared-dependencies/issues/849)) ([1251c42](https://togithub.com/googleapis/java-shared-dependencies/commit/1251c42fd0e9f31991236a1bfd2ff7010ab22e70))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dns Issues related to the Cloud DNS API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants