-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Auto-update dependencies. #780
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 1, 2017
lesv
approved these changes
Aug 1, 2017
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).
9 tasks
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 [#​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 [#​30666](https://togithub.com/spring-projects/spring-boot/issues/30666) - Spring Boot does not respect WebApplicationType.REACTIVE in tests with a mock web environment [#​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 [#​30581](https://togithub.com/spring-projects/spring-boot/issues/30581) - ApplicationAvailabilityBean is not thread-safe [#​30553](https://togithub.com/spring-projects/spring-boot/issues/30553) - Incorrect Neo4j username property replacement hint by spring-boot-properties-migrator [#​30551](https://togithub.com/spring-projects/spring-boot/issues/30551) - Add Tomcat locale mapping for Japanese to preserve UTF-8 charset [#​30541](https://togithub.com/spring-projects/spring-boot/issues/30541) #### 📔 Documentation - Update doc samples to reflect AdoptOpenJDK move to the Eclipse Foundation [#​30749](https://togithub.com/spring-projects/spring-boot/issues/30749) - Fix incorrect link in kafka.adoc [#​30674](https://togithub.com/spring-projects/spring-boot/pull/30674) - Move Jetty 9 specific exclusions to the correct dependency [#​30583](https://togithub.com/spring-projects/spring-boot/issues/30583) - Add missing configuration metadata for "management.endpoint.health.probes.add-additional-paths" [#​30562](https://togithub.com/spring-projects/spring-boot/pull/30562) - Update list of default internal proxies in Web Server howto [#​30544](https://togithub.com/spring-projects/spring-boot/issues/30544) - Polish documentation [#​30526](https://togithub.com/spring-projects/spring-boot/issues/30526) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.96 [#​30682](https://togithub.com/spring-projects/spring-boot/issues/30682) - Upgrade to Hibernate 5.6.8.Final [#​30683](https://togithub.com/spring-projects/spring-boot/issues/30683) - Upgrade to Jackson 2.13.2.1 [#​30743](https://togithub.com/spring-projects/spring-boot/issues/30743) - Upgrade to Janino 3.1.7 [#​30755](https://togithub.com/spring-projects/spring-boot/issues/30755) - Upgrade to Jetty 9.4.46.v20220331 [#​30684](https://togithub.com/spring-projects/spring-boot/issues/30684) - Upgrade to Kotlin 1.6.21 [#​30756](https://togithub.com/spring-projects/spring-boot/issues/30756) - Upgrade to Lombok 1.18.24 [#​30757](https://togithub.com/spring-projects/spring-boot/issues/30757) - Upgrade to Micrometer 1.8.5 [#​30597](https://togithub.com/spring-projects/spring-boot/issues/30597) - Upgrade to Netty 4.1.76.Final [#​30686](https://togithub.com/spring-projects/spring-boot/issues/30686) - Upgrade to Pooled JMS 1.2.4 [#​30687](https://togithub.com/spring-projects/spring-boot/issues/30687) - Upgrade to Postgresql 42.3.4 [#​30758](https://togithub.com/spring-projects/spring-boot/issues/30758) - Upgrade to Reactor 2020.0.18 [#​30596](https://togithub.com/spring-projects/spring-boot/issues/30596) - Upgrade to RSocket 1.1.2 [#​30688](https://togithub.com/spring-projects/spring-boot/issues/30688) - Upgrade to Spring AMQP 2.4.4 [#​30701](https://togithub.com/spring-projects/spring-boot/issues/30701) - Upgrade to Spring Data 2021.1.4 [#​30602](https://togithub.com/spring-projects/spring-boot/issues/30602) - Upgrade to Spring Framework 5.3.19 [#​30517](https://togithub.com/spring-projects/spring-boot/issues/30517) - Upgrade to Spring HATEOAS 1.4.2 [#​30744](https://togithub.com/spring-projects/spring-boot/issues/30744) - Upgrade to Spring Integration 5.5.11 [#​30702](https://togithub.com/spring-projects/spring-boot/issues/30702) - Upgrade to Spring Kafka 2.8.5 [#​30600](https://togithub.com/spring-projects/spring-boot/issues/30600) - Upgrade to Spring LDAP 2.3.7 [#​30598](https://togithub.com/spring-projects/spring-boot/issues/30598) - Upgrade to Spring Retry 1.3.3 [#​30599](https://togithub.com/spring-projects/spring-boot/issues/30599) - Upgrade to Spring Security 5.6.3 [#​30601](https://togithub.com/spring-projects/spring-boot/issues/30601) - Upgrade to Spring Session 2021.1.3 [#​30603](https://togithub.com/spring-projects/spring-boot/issues/30603) - Upgrade to Tomcat 9.0.62 [#​30689](https://togithub.com/spring-projects/spring-boot/issues/30689) - Upgrade to Undertow 2.2.17.Final [#​30690](https://togithub.com/spring-projects/spring-boot/issues/30690) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​chessvivek](https://togithub.com/chessvivek) - [@​rfigueroa](https://togithub.com/rfigueroa) - [@​izeye](https://togithub.com/izeye) - [@​jprinet](https://togithub.com/jprinet) - [@​qxo](https://togithub.com/qxo) - [@​dalbani](https://togithub.com/dalbani) - [@​luozhenyu](https://togithub.com/luozhenyu) - [@​chanhyeong](https://togithub.com/chanhyeong) - [@​dugenkui03](https://togithub.com/dugenkui03) - [@​chrisrhut](https://togithub.com/chrisrhut) - [@​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#​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).
9 tasks
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 [#​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 [#​30666](https://togithub.com/spring-projects/spring-boot/issues/30666) - Spring Boot does not respect WebApplicationType.REACTIVE in tests with a mock web environment [#​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 [#​30581](https://togithub.com/spring-projects/spring-boot/issues/30581) - ApplicationAvailabilityBean is not thread-safe [#​30553](https://togithub.com/spring-projects/spring-boot/issues/30553) - Incorrect Neo4j username property replacement hint by spring-boot-properties-migrator [#​30551](https://togithub.com/spring-projects/spring-boot/issues/30551) - Add Tomcat locale mapping for Japanese to preserve UTF-8 charset [#​30541](https://togithub.com/spring-projects/spring-boot/issues/30541) #### 📔 Documentation - Update doc samples to reflect AdoptOpenJDK move to the Eclipse Foundation [#​30749](https://togithub.com/spring-projects/spring-boot/issues/30749) - Fix incorrect link in kafka.adoc [#​30674](https://togithub.com/spring-projects/spring-boot/pull/30674) - Move Jetty 9 specific exclusions to the correct dependency [#​30583](https://togithub.com/spring-projects/spring-boot/issues/30583) - Add missing configuration metadata for "management.endpoint.health.probes.add-additional-paths" [#​30562](https://togithub.com/spring-projects/spring-boot/pull/30562) - Update list of default internal proxies in Web Server howto [#​30544](https://togithub.com/spring-projects/spring-boot/issues/30544) - Polish documentation [#​30526](https://togithub.com/spring-projects/spring-boot/issues/30526) #### 🔨 Dependency Upgrades - Upgrade to AppEngine SDK 1.9.96 [#​30682](https://togithub.com/spring-projects/spring-boot/issues/30682) - Upgrade to Hibernate 5.6.8.Final [#​30683](https://togithub.com/spring-projects/spring-boot/issues/30683) - Upgrade to Jackson 2.13.2.1 [#​30743](https://togithub.com/spring-projects/spring-boot/issues/30743) - Upgrade to Janino 3.1.7 [#​30755](https://togithub.com/spring-projects/spring-boot/issues/30755) - Upgrade to Jetty 9.4.46.v20220331 [#​30684](https://togithub.com/spring-projects/spring-boot/issues/30684) - Upgrade to Kotlin 1.6.21 [#​30756](https://togithub.com/spring-projects/spring-boot/issues/30756) - Upgrade to Lombok 1.18.24 [#​30757](https://togithub.com/spring-projects/spring-boot/issues/30757) - Upgrade to Micrometer 1.8.5 [#​30597](https://togithub.com/spring-projects/spring-boot/issues/30597) - Upgrade to Netty 4.1.76.Final [#​30686](https://togithub.com/spring-projects/spring-boot/issues/30686) - Upgrade to Pooled JMS 1.2.4 [#​30687](https://togithub.com/spring-projects/spring-boot/issues/30687) - Upgrade to Postgresql 42.3.4 [#​30758](https://togithub.com/spring-projects/spring-boot/issues/30758) - Upgrade to Reactor 2020.0.18 [#​30596](https://togithub.com/spring-projects/spring-boot/issues/30596) - Upgrade to RSocket 1.1.2 [#​30688](https://togithub.com/spring-projects/spring-boot/issues/30688) - Upgrade to Spring AMQP 2.4.4 [#​30701](https://togithub.com/spring-projects/spring-boot/issues/30701) - Upgrade to Spring Data 2021.1.4 [#​30602](https://togithub.com/spring-projects/spring-boot/issues/30602) - Upgrade to Spring Framework 5.3.19 [#​30517](https://togithub.com/spring-projects/spring-boot/issues/30517) - Upgrade to Spring HATEOAS 1.4.2 [#​30744](https://togithub.com/spring-projects/spring-boot/issues/30744) - Upgrade to Spring Integration 5.5.11 [#​30702](https://togithub.com/spring-projects/spring-boot/issues/30702) - Upgrade to Spring Kafka 2.8.5 [#​30600](https://togithub.com/spring-projects/spring-boot/issues/30600) - Upgrade to Spring LDAP 2.3.7 [#​30598](https://togithub.com/spring-projects/spring-boot/issues/30598) - Upgrade to Spring Retry 1.3.3 [#​30599](https://togithub.com/spring-projects/spring-boot/issues/30599) - Upgrade to Spring Security 5.6.3 [#​30601](https://togithub.com/spring-projects/spring-boot/issues/30601) - Upgrade to Spring Session 2021.1.3 [#​30603](https://togithub.com/spring-projects/spring-boot/issues/30603) - Upgrade to Tomcat 9.0.62 [#​30689](https://togithub.com/spring-projects/spring-boot/issues/30689) - Upgrade to Undertow 2.2.17.Final [#​30690](https://togithub.com/spring-projects/spring-boot/issues/30690) #### ❤️ Contributors We'd like to thank all the contributors who worked on this release! - [@​chessvivek](https://togithub.com/chessvivek) - [@​rfigueroa](https://togithub.com/rfigueroa) - [@​izeye](https://togithub.com/izeye) - [@​jprinet](https://togithub.com/jprinet) - [@​qxo](https://togithub.com/qxo) - [@​dalbani](https://togithub.com/dalbani) - [@​luozhenyu](https://togithub.com/luozhenyu) - [@​chanhyeong](https://togithub.com/chanhyeong) - [@​dugenkui03](https://togithub.com/dugenkui03) - [@​chrisrhut](https://togithub.com/chrisrhut) - [@​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#​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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brought to you by your friendly Repository Gardener.