Skip to content

Auto-update dependencies. - #780

Merged
lesv merged 1 commit into
masterfrom
dpebot-repositorygardener
Aug 1, 2017
Merged

Auto-update dependencies.#780
lesv merged 1 commit into
masterfrom
dpebot-repositorygardener

Conversation

@dpebot

Copy link
Copy Markdown
Contributor

Brought to you by your friendly Repository Gardener.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 1, 2017
lesv
lesv approved these changes Aug 1, 2017
@lesv
lesv merged commit 38131e7 into masterAug 1, 2017
@lesv
lesv deleted the dpebot-repositorygardener branch August 1, 2017 17:03
minherz pushed a commit that referenced this pull request Nov 9, 2022
…780)
* deps: update dependency com.google.cloud:google-cloud-core to v2.5.0
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
minherz pushed a commit that referenced this pull request Nov 9, 2022
🤖 I have created a release *beep* *boop*
---
### [0.122.13](googleapis/java-errorreporting@v0.122.12...v0.122.13) (2022-02-09)
### Dependencies
* update dependency com.google.cloud:google-cloud-core to v2.5.0 ([#780](googleapis/java-errorreporting#780)) ([90c1959](googleapis/java-errorreporting@90c1959))
* update dependency com.google.cloud:google-cloud-core to v2.5.1 ([#787](googleapis/java-errorreporting#787)) ([c0a36bc](googleapis/java-errorreporting@c0a36bc))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
minherz pushed a commit that referenced this pull request Nov 10, 2022
…780)
* deps: update dependency com.google.cloud:google-cloud-core to v2.5.0
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
minherz pushed a commit that referenced this pull request Nov 10, 2022
🤖 I have created a release *beep* *boop*
---
### [0.122.13](googleapis/java-errorreporting@v0.122.12...v0.122.13) (2022-02-09)
### Dependencies
* update dependency com.google.cloud:google-cloud-core to v2.5.0 ([#780](googleapis/java-errorreporting#780)) ([90c1959](googleapis/java-errorreporting@90c1959))
* update dependency com.google.cloud:google-cloud-core to v2.5.1 ([#787](googleapis/java-errorreporting#787)) ([c0a36bc](googleapis/java-errorreporting@c0a36bc))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
minherz pushed a commit that referenced this pull request Nov 10, 2022
…780)
* deps: update dependency com.google.cloud:google-cloud-core to v2.5.0
* 🦉 Updates from OwlBot
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
minherz pushed a commit that referenced this pull request Nov 10, 2022
🤖 I have created a release *beep* *boop*
---
### [0.122.13](googleapis/java-errorreporting@v0.122.12...v0.122.13) (2022-02-09)
### Dependencies
* update dependency com.google.cloud:google-cloud-core to v2.5.0 ([#780](googleapis/java-errorreporting#780)) ([90c1959](googleapis/java-errorreporting@90c1959))
* update dependency com.google.cloud:google-cloud-core to v2.5.1 ([#787](googleapis/java-errorreporting#787)) ([c0a36bc](googleapis/java-errorreporting@c0a36bc))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sita04 pushed a commit that referenced this pull request Nov 11, 2022
…web to v2.6.7 (#780)
[![WhiteSource 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-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.6` -> `2.6.7` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/compatibility-slim/2.6.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/confidence-slim/2.6.6)](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>spring-projects/spring-boot</summary>
### [`v2.6.7`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.7)
[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.6.6...v2.6.7)
#### 🐞 Bug Fixes
- bootBuildInfo fails with a NullPointerException when an additional property has a null value [#&#8203;30670](https://togithub.com/spring-projects/spring-boot/issues/30670)
- `@SpringBootTest`(webEnvironment = WebEnvironment.NONE) is overridden by spring.main.web-application-type in application.properties [#&#8203;30666](https://togithub.com/spring-projects/spring-boot/issues/30666)
- Spring Boot does not respect WebApplicationType.REACTIVE in tests with a mock web environment [#&#8203;30664](https://togithub.com/spring-projects/spring-boot/issues/30664)
- NullPointerException is thrown when accessing /actuator/configprops if a class annotated with both `@Configuration` and `@ConfigurationProperties` has a static `@Bean` method [#&#8203;30581](https://togithub.com/spring-projects/spring-boot/issues/30581)
- ApplicationAvailabilityBean is not thread-safe [#&#8203;30553](https://togithub.com/spring-projects/spring-boot/issues/30553)
- Incorrect Neo4j username property replacement hint by spring-boot-properties-migrator [#&#8203;30551](https://togithub.com/spring-projects/spring-boot/issues/30551)
- Add Tomcat locale mapping for Japanese to preserve UTF-8 charset [#&#8203;30541](https://togithub.com/spring-projects/spring-boot/issues/30541)
#### 📔 Documentation
- Update doc samples to reflect AdoptOpenJDK move to the Eclipse Foundation [#&#8203;30749](https://togithub.com/spring-projects/spring-boot/issues/30749)
- Fix incorrect link in kafka.adoc [#&#8203;30674](https://togithub.com/spring-projects/spring-boot/pull/30674)
- Move Jetty 9 specific exclusions to the correct dependency [#&#8203;30583](https://togithub.com/spring-projects/spring-boot/issues/30583)
- Add missing configuration metadata for "management.endpoint.health.probes.add-additional-paths" [#&#8203;30562](https://togithub.com/spring-projects/spring-boot/pull/30562)
- Update list of default internal proxies in Web Server howto [#&#8203;30544](https://togithub.com/spring-projects/spring-boot/issues/30544)
- Polish documentation [#&#8203;30526](https://togithub.com/spring-projects/spring-boot/issues/30526)
#### 🔨 Dependency Upgrades
- Upgrade to AppEngine SDK 1.9.96 [#&#8203;30682](https://togithub.com/spring-projects/spring-boot/issues/30682)
- Upgrade to Hibernate 5.6.8.Final [#&#8203;30683](https://togithub.com/spring-projects/spring-boot/issues/30683)
- Upgrade to Jackson 2.13.2.1 [#&#8203;30743](https://togithub.com/spring-projects/spring-boot/issues/30743)
- Upgrade to Janino 3.1.7 [#&#8203;30755](https://togithub.com/spring-projects/spring-boot/issues/30755)
- Upgrade to Jetty 9.4.46.v20220331 [#&#8203;30684](https://togithub.com/spring-projects/spring-boot/issues/30684)
- Upgrade to Kotlin 1.6.21 [#&#8203;30756](https://togithub.com/spring-projects/spring-boot/issues/30756)
- Upgrade to Lombok 1.18.24 [#&#8203;30757](https://togithub.com/spring-projects/spring-boot/issues/30757)
- Upgrade to Micrometer 1.8.5 [#&#8203;30597](https://togithub.com/spring-projects/spring-boot/issues/30597)
- Upgrade to Netty 4.1.76.Final [#&#8203;30686](https://togithub.com/spring-projects/spring-boot/issues/30686)
- Upgrade to Pooled JMS 1.2.4 [#&#8203;30687](https://togithub.com/spring-projects/spring-boot/issues/30687)
- Upgrade to Postgresql 42.3.4 [#&#8203;30758](https://togithub.com/spring-projects/spring-boot/issues/30758)
- Upgrade to Reactor 2020.0.18 [#&#8203;30596](https://togithub.com/spring-projects/spring-boot/issues/30596)
- Upgrade to RSocket 1.1.2 [#&#8203;30688](https://togithub.com/spring-projects/spring-boot/issues/30688)
- Upgrade to Spring AMQP 2.4.4 [#&#8203;30701](https://togithub.com/spring-projects/spring-boot/issues/30701)
- Upgrade to Spring Data 2021.1.4 [#&#8203;30602](https://togithub.com/spring-projects/spring-boot/issues/30602)
- Upgrade to Spring Framework 5.3.19 [#&#8203;30517](https://togithub.com/spring-projects/spring-boot/issues/30517)
- Upgrade to Spring HATEOAS 1.4.2 [#&#8203;30744](https://togithub.com/spring-projects/spring-boot/issues/30744)
- Upgrade to Spring Integration 5.5.11 [#&#8203;30702](https://togithub.com/spring-projects/spring-boot/issues/30702)
- Upgrade to Spring Kafka 2.8.5 [#&#8203;30600](https://togithub.com/spring-projects/spring-boot/issues/30600)
- Upgrade to Spring LDAP 2.3.7 [#&#8203;30598](https://togithub.com/spring-projects/spring-boot/issues/30598)
- Upgrade to Spring Retry 1.3.3 [#&#8203;30599](https://togithub.com/spring-projects/spring-boot/issues/30599)
- Upgrade to Spring Security 5.6.3 [#&#8203;30601](https://togithub.com/spring-projects/spring-boot/issues/30601)
- Upgrade to Spring Session 2021.1.3 [#&#8203;30603](https://togithub.com/spring-projects/spring-boot/issues/30603)
- Upgrade to Tomcat 9.0.62 [#&#8203;30689](https://togithub.com/spring-projects/spring-boot/issues/30689)
- Upgrade to Undertow 2.2.17.Final [#&#8203;30690](https://togithub.com/spring-projects/spring-boot/issues/30690)
#### ❤️ Contributors
We'd like to thank all the contributors who worked on this release!
- [@&#8203;chessvivek](https://togithub.com/chessvivek)
- [@&#8203;rfigueroa](https://togithub.com/rfigueroa)
- [@&#8203;izeye](https://togithub.com/izeye)
- [@&#8203;jprinet](https://togithub.com/jprinet)
- [@&#8203;qxo](https://togithub.com/qxo)
- [@&#8203;dalbani](https://togithub.com/dalbani)
- [@&#8203;luozhenyu](https://togithub.com/luozhenyu)
- [@&#8203;chanhyeong](https://togithub.com/chanhyeong)
- [@&#8203;dugenkui03](https://togithub.com/dugenkui03)
- [@&#8203;chrisrhut](https://togithub.com/chrisrhut)
- [@&#8203;terminux](https://togithub.com/terminux)
</details>
---
### Configuration
📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
Shabirmean pushed a commit that referenced this pull request Nov 14, 2022
…780)
[![WhiteSource 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-core](https://togithub.com/googleapis/java-core) | `2.3.1` -> `2.3.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/compatibility-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/confidence-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>googleapis/java-core</summary>
### [`v2.3.2`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;232-httpswwwgithubcomgoogleapisjava-corecomparev231v232-2021-12-02)
[Compare Source](https://togithub.com/googleapis/java-core/compare/v2.3.1...v2.3.2)
</details>
---
### Configuration
📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow).
Sita04 pushed a commit that referenced this pull request Nov 15, 2022
…web to v2.6.7 (#780)
[![WhiteSource 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-web](https://spring.io/projects/spring-boot) ([source](https://togithub.com/spring-projects/spring-boot)) | `2.6.6` -> `2.6.7` | [![age](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/compatibility-slim/2.6.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.springframework.boot:spring-boot-starter-web/2.6.7/confidence-slim/2.6.6)](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>spring-projects/spring-boot</summary>
### [`v2.6.7`](https://togithub.com/spring-projects/spring-boot/releases/v2.6.7)
[Compare Source](https://togithub.com/spring-projects/spring-boot/compare/v2.6.6...v2.6.7)
#### 🐞 Bug Fixes
- bootBuildInfo fails with a NullPointerException when an additional property has a null value [#&#8203;30670](https://togithub.com/spring-projects/spring-boot/issues/30670)
- `@SpringBootTest`(webEnvironment = WebEnvironment.NONE) is overridden by spring.main.web-application-type in application.properties [#&#8203;30666](https://togithub.com/spring-projects/spring-boot/issues/30666)
- Spring Boot does not respect WebApplicationType.REACTIVE in tests with a mock web environment [#&#8203;30664](https://togithub.com/spring-projects/spring-boot/issues/30664)
- NullPointerException is thrown when accessing /actuator/configprops if a class annotated with both `@Configuration` and `@ConfigurationProperties` has a static `@Bean` method [#&#8203;30581](https://togithub.com/spring-projects/spring-boot/issues/30581)
- ApplicationAvailabilityBean is not thread-safe [#&#8203;30553](https://togithub.com/spring-projects/spring-boot/issues/30553)
- Incorrect Neo4j username property replacement hint by spring-boot-properties-migrator [#&#8203;30551](https://togithub.com/spring-projects/spring-boot/issues/30551)
- Add Tomcat locale mapping for Japanese to preserve UTF-8 charset [#&#8203;30541](https://togithub.com/spring-projects/spring-boot/issues/30541)
#### 📔 Documentation
- Update doc samples to reflect AdoptOpenJDK move to the Eclipse Foundation [#&#8203;30749](https://togithub.com/spring-projects/spring-boot/issues/30749)
- Fix incorrect link in kafka.adoc [#&#8203;30674](https://togithub.com/spring-projects/spring-boot/pull/30674)
- Move Jetty 9 specific exclusions to the correct dependency [#&#8203;30583](https://togithub.com/spring-projects/spring-boot/issues/30583)
- Add missing configuration metadata for "management.endpoint.health.probes.add-additional-paths" [#&#8203;30562](https://togithub.com/spring-projects/spring-boot/pull/30562)
- Update list of default internal proxies in Web Server howto [#&#8203;30544](https://togithub.com/spring-projects/spring-boot/issues/30544)
- Polish documentation [#&#8203;30526](https://togithub.com/spring-projects/spring-boot/issues/30526)
#### 🔨 Dependency Upgrades
- Upgrade to AppEngine SDK 1.9.96 [#&#8203;30682](https://togithub.com/spring-projects/spring-boot/issues/30682)
- Upgrade to Hibernate 5.6.8.Final [#&#8203;30683](https://togithub.com/spring-projects/spring-boot/issues/30683)
- Upgrade to Jackson 2.13.2.1 [#&#8203;30743](https://togithub.com/spring-projects/spring-boot/issues/30743)
- Upgrade to Janino 3.1.7 [#&#8203;30755](https://togithub.com/spring-projects/spring-boot/issues/30755)
- Upgrade to Jetty 9.4.46.v20220331 [#&#8203;30684](https://togithub.com/spring-projects/spring-boot/issues/30684)
- Upgrade to Kotlin 1.6.21 [#&#8203;30756](https://togithub.com/spring-projects/spring-boot/issues/30756)
- Upgrade to Lombok 1.18.24 [#&#8203;30757](https://togithub.com/spring-projects/spring-boot/issues/30757)
- Upgrade to Micrometer 1.8.5 [#&#8203;30597](https://togithub.com/spring-projects/spring-boot/issues/30597)
- Upgrade to Netty 4.1.76.Final [#&#8203;30686](https://togithub.com/spring-projects/spring-boot/issues/30686)
- Upgrade to Pooled JMS 1.2.4 [#&#8203;30687](https://togithub.com/spring-projects/spring-boot/issues/30687)
- Upgrade to Postgresql 42.3.4 [#&#8203;30758](https://togithub.com/spring-projects/spring-boot/issues/30758)
- Upgrade to Reactor 2020.0.18 [#&#8203;30596](https://togithub.com/spring-projects/spring-boot/issues/30596)
- Upgrade to RSocket 1.1.2 [#&#8203;30688](https://togithub.com/spring-projects/spring-boot/issues/30688)
- Upgrade to Spring AMQP 2.4.4 [#&#8203;30701](https://togithub.com/spring-projects/spring-boot/issues/30701)
- Upgrade to Spring Data 2021.1.4 [#&#8203;30602](https://togithub.com/spring-projects/spring-boot/issues/30602)
- Upgrade to Spring Framework 5.3.19 [#&#8203;30517](https://togithub.com/spring-projects/spring-boot/issues/30517)
- Upgrade to Spring HATEOAS 1.4.2 [#&#8203;30744](https://togithub.com/spring-projects/spring-boot/issues/30744)
- Upgrade to Spring Integration 5.5.11 [#&#8203;30702](https://togithub.com/spring-projects/spring-boot/issues/30702)
- Upgrade to Spring Kafka 2.8.5 [#&#8203;30600](https://togithub.com/spring-projects/spring-boot/issues/30600)
- Upgrade to Spring LDAP 2.3.7 [#&#8203;30598](https://togithub.com/spring-projects/spring-boot/issues/30598)
- Upgrade to Spring Retry 1.3.3 [#&#8203;30599](https://togithub.com/spring-projects/spring-boot/issues/30599)
- Upgrade to Spring Security 5.6.3 [#&#8203;30601](https://togithub.com/spring-projects/spring-boot/issues/30601)
- Upgrade to Spring Session 2021.1.3 [#&#8203;30603](https://togithub.com/spring-projects/spring-boot/issues/30603)
- Upgrade to Tomcat 9.0.62 [#&#8203;30689](https://togithub.com/spring-projects/spring-boot/issues/30689)
- Upgrade to Undertow 2.2.17.Final [#&#8203;30690](https://togithub.com/spring-projects/spring-boot/issues/30690)
#### ❤️ Contributors
We'd like to thank all the contributors who worked on this release!
- [@&#8203;chessvivek](https://togithub.com/chessvivek)
- [@&#8203;rfigueroa](https://togithub.com/rfigueroa)
- [@&#8203;izeye](https://togithub.com/izeye)
- [@&#8203;jprinet](https://togithub.com/jprinet)
- [@&#8203;qxo](https://togithub.com/qxo)
- [@&#8203;dalbani](https://togithub.com/dalbani)
- [@&#8203;luozhenyu](https://togithub.com/luozhenyu)
- [@&#8203;chanhyeong](https://togithub.com/chanhyeong)
- [@&#8203;dugenkui03](https://togithub.com/dugenkui03)
- [@&#8203;chrisrhut](https://togithub.com/chrisrhut)
- [@&#8203;terminux](https://togithub.com/terminux)
</details>
---
### Configuration
📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-recaptchaenterprise).
Shabirmean pushed a commit that referenced this pull request Nov 15, 2022
…780)
[![WhiteSource 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-core](https://togithub.com/googleapis/java-core) | `2.3.1` -> `2.3.2` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/compatibility-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-core/2.3.2/confidence-slim/2.3.1)](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>googleapis/java-core</summary>
### [`v2.3.2`](https://togithub.com/googleapis/java-core/blob/master/CHANGELOG.md#&#8203;232-httpswwwgithubcomgoogleapisjava-corecomparev231v232-2021-12-02)
[Compare Source](https://togithub.com/googleapis/java-core/compare/v2.3.1...v2.3.2)
</details>
---
### Configuration
📅 **Schedule**: 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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dialogflow).
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dpebot@lesv@googlebot