Skip to content
New issue

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

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

Already on GitHub? # to your account

Auto-update dependencies. #777

Merged
merged 1 commit into from
Jul 31, 2017
Merged

Auto-update dependencies. #777

merged 1 commit into from
Jul 31, 2017

Conversation

dpebot
Copy link
Contributor

@dpebot dpebot commented Jul 31, 2017

Brought to you by your friendly Repository Gardener.

@lesv lesv merged commit f9e8abf into master Jul 31, 2017
@lesv lesv deleted the dpebot-repositorygardener branch July 31, 2017 17:34
ivanmkc pushed a commit that referenced this pull request Nov 3, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 468735472

Source-Link: googleapis/googleapis@cfa1b37

Source-Link: https://github.com/googleapis/googleapis-gen/commit/09b7666656510f5b00b893f003a0ba5766f9e250
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDliNzY2NjY1NjUxMGY1YjAwYjg5M2YwMDNhMGJhNTc2NmY5ZTI1MCJ9
averikitsch pushed a commit that referenced this pull request Nov 9, 2022
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 468735472

Source-Link: googleapis/googleapis@cfa1b37

Source-Link: googleapis/googleapis-gen@09b7666
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDliNzY2NjY1NjUxMGY1YjAwYjg5M2YwMDNhMGJhNTc2NmY5ZTI1MCJ9
charlieyu1996 pushed a commit that referenced this pull request Nov 11, 2022
…20.0 (#777)

[![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.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://github.com/protocolbuffers/protobuf)) | `3.19.4` -> `3.20.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.20.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.20.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.20.0/compatibility-slim/3.19.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.protobuf:protobuf-java-util/3.20.0/confidence-slim/3.19.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>protocolbuffers/protobuf</summary>

### [`v3.20.0`](https://github.com/protocolbuffers/protobuf/releases/v3.20.0)

[Compare Source](https://github.com/protocolbuffers/protobuf/compare/v3.19.4...v3.20.0)

2022-03-25 version 3.20.0 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)

### C++

-   Add option to use external GTest in CMake ([#&#8203;8736](https://github.com/protocolbuffers/protobuf/issues/8736))
-   cmake: Set correct sonames for libprotobuf-lite.so and libprotoc.so ([#&#8203;8635](https://github.com/protocolbuffers/protobuf/issues/8635)) ([#&#8203;9529](https://github.com/protocolbuffers/protobuf/issues/9529))

### Java

-   Revert "Standardize on Array copyOf" ([#&#8203;9400](https://github.com/protocolbuffers/protobuf/issues/9400))
-   Resolve more java field accessor name conflicts ([#&#8203;8198](https://github.com/protocolbuffers/protobuf/issues/8198))

### Python

-   Pin multibuild scripts to get manylinux1 wheels back ([#&#8203;9216](https://github.com/protocolbuffers/protobuf/issues/9216))
-   Dropped support for Python < 3.7 ([#&#8203;9480](https://github.com/protocolbuffers/protobuf/issues/9480))

### PHP

-   fix: \[PHP] add missing reserved classnames ([#&#8203;9458](https://github.com/protocolbuffers/protobuf/issues/9458))

### Ruby

-   Dropped Ruby 2.3 and 2.4 support for CI and releases. ([#&#8203;9311](https://github.com/protocolbuffers/protobuf/issues/9311))
-   \[Ruby] Message.decode/encode: Add max_recursion_depth option ([#&#8203;9218](https://github.com/protocolbuffers/protobuf/issues/9218))
-   Ruby: rename max_recursion_depth to recursion_limit ([#&#8203;9486](https://github.com/protocolbuffers/protobuf/issues/9486))
-   Fix conversion of singleton classes in Ruby ([#&#8203;9342](https://github.com/protocolbuffers/protobuf/issues/9342))
-   Suppress warning for intentional circular require ([#&#8203;9556](https://github.com/protocolbuffers/protobuf/issues/9556))
-   \[Ruby] allow encode json options to be an object that responds to to_hash ([#&#8203;9513](https://github.com/protocolbuffers/protobuf/issues/9513))

### Other

-   \[C#] Fix trim warnings ([#&#8203;9182](https://github.com/protocolbuffers/protobuf/issues/9182))
-   Add protoc-gen-go-svc to options.md ([#&#8203;9280](https://github.com/protocolbuffers/protobuf/issues/9280))
-   Fixes NullReferenceException when accessing FieldDescriptor.IsPacked ([#&#8203;9430](https://github.com/protocolbuffers/protobuf/issues/9430))
-   Add ToProto() method to all C# descriptor classes ([#&#8203;9426](https://github.com/protocolbuffers/protobuf/issues/9426))
-   Add cmake option `protobuf_INSTALL` to not install files ([#&#8203;7123](https://github.com/protocolbuffers/protobuf/issues/7123))
-   \[CMake] Allow custom plugin options e.g. to generate mocks ([#&#8203;9105](https://github.com/protocolbuffers/protobuf/issues/9105))
-   Add an option to preserve proto names in JsonFormatter ([#&#8203;6307](https://github.com/protocolbuffers/protobuf/issues/6307))
-   Add test scope to kotlin-test for protobuf-kotlin-lite ([#&#8203;9518](https://github.com/protocolbuffers/protobuf/issues/9518))
-   Add prefix_to_proto_package_mappings_path ObjC option. ([#&#8203;9498](https://github.com/protocolbuffers/protobuf/issues/9498))
-   \[ObjC] Rename `proto_package_to_prefix_mappings_path` to `package_to_prefix_mappings_path`. ([#&#8203;9552](https://github.com/protocolbuffers/protobuf/issues/9552))
-   cmake: Use linker version scripts ([#&#8203;9545](https://github.com/protocolbuffers/protobuf/issues/9545))
-   Add a generation option to control use of forward declarations in headers. ([#&#8203;9568](https://github.com/protocolbuffers/protobuf/issues/9568))
-   \[C#] fix parse failure for extensions with large field numbers ([#&#8203;9591](https://github.com/protocolbuffers/protobuf/issues/9591))

</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-datacatalog).
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants