forked from googleapis/java-common-protos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 7c1b0db
authored
deps: update dependency com.google.protobuf:protobuf-java to v3.20.0 (googleapis#343)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.protobuf:protobuf-java](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | `3.19.4` -> `3.20.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>protocolbuffers/protobuf</summary>
### [`v3.20.0`](https://togithub.com/protocolbuffers/protobuf/releases/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 ([#​8736](https://togithub.com/protocolbuffers/protobuf/issues/8736))
- cmake: Set correct sonames for libprotobuf-lite.so and libprotoc.so ([#​8635](https://togithub.com/protocolbuffers/protobuf/issues/8635)) ([#​9529](https://togithub.com/protocolbuffers/protobuf/issues/9529))
### Java
- Revert "Standardize on Array copyOf" ([#​9400](https://togithub.com/protocolbuffers/protobuf/issues/9400))
- Resolve more java field accessor name conflicts ([#​8198](https://togithub.com/protocolbuffers/protobuf/issues/8198))
### Python
- Pin multibuild scripts to get manylinux1 wheels back ([#​9216](https://togithub.com/protocolbuffers/protobuf/issues/9216))
- Dropped support for Python < 3.7 ([#​9480](https://togithub.com/protocolbuffers/protobuf/issues/9480))
### PHP
- fix: \[PHP] add missing reserved classnames ([#​9458](https://togithub.com/protocolbuffers/protobuf/issues/9458))
### Ruby
- Dropped Ruby 2.3 and 2.4 support for CI and releases. ([#​9311](https://togithub.com/protocolbuffers/protobuf/issues/9311))
- \[Ruby] Message.decode/encode: Add max_recursion_depth option ([#​9218](https://togithub.com/protocolbuffers/protobuf/issues/9218))
- Ruby: rename max_recursion_depth to recursion_limit ([#​9486](https://togithub.com/protocolbuffers/protobuf/issues/9486))
- Fix conversion of singleton classes in Ruby ([#​9342](https://togithub.com/protocolbuffers/protobuf/issues/9342))
- Suppress warning for intentional circular require ([#​9556](https://togithub.com/protocolbuffers/protobuf/issues/9556))
- \[Ruby] allow encode json options to be an object that responds to to_hash ([#​9513](https://togithub.com/protocolbuffers/protobuf/issues/9513))
### Other
- \[C#] Fix trim warnings ([#​9182](https://togithub.com/protocolbuffers/protobuf/issues/9182))
- Add protoc-gen-go-svc to options.md ([#​9280](https://togithub.com/protocolbuffers/protobuf/issues/9280))
- Fixes NullReferenceException when accessing FieldDescriptor.IsPacked ([#​9430](https://togithub.com/protocolbuffers/protobuf/issues/9430))
- Add ToProto() method to all C# descriptor classes ([#​9426](https://togithub.com/protocolbuffers/protobuf/issues/9426))
- Add cmake option `protobuf_INSTALL` to not install files ([#​7123](https://togithub.com/protocolbuffers/protobuf/issues/7123))
- \[CMake] Allow custom plugin options e.g. to generate mocks ([#​9105](https://togithub.com/protocolbuffers/protobuf/issues/9105))
- Add an option to preserve proto names in JsonFormatter ([#​6307](https://togithub.com/protocolbuffers/protobuf/issues/6307))
- Add test scope to kotlin-test for protobuf-kotlin-lite ([#​9518](https://togithub.com/protocolbuffers/protobuf/issues/9518))
- Add prefix_to_proto_package_mappings_path ObjC option. ([#​9498](https://togithub.com/protocolbuffers/protobuf/issues/9498))
- \[ObjC] Rename `proto_package_to_prefix_mappings_path` to `package_to_prefix_mappings_path`. ([#​9552](https://togithub.com/protocolbuffers/protobuf/issues/9552))
- cmake: Use linker version scripts ([#​9545](https://togithub.com/protocolbuffers/protobuf/issues/9545))
- Add a generation option to control use of forward declarations in headers. ([#​9568](https://togithub.com/protocolbuffers/protobuf/issues/9568))
- \[C#] fix parse failure for extensions with large field numbers ([#​9591](https://togithub.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-common-protos).1 parent db951fb commit 7c1b0dbCopy full SHA for 7c1b0db
1 file changed
+1
-1
lines changedproto-google-common-protos/build.gradle
Copy file name to clipboardExpand all lines: proto-google-common-protos/build.gradle+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments