Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit e5f3ab9

Browse files
authored
deps: update dependency com.google.protobuf:protobuf-bom to v3.11.4
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.protobuf:protobuf-bom](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | patch | `3.11.3` -> `3.11.4` | --- ### Release Notes <details> <summary>protocolbuffers/protobuf</summary> ### [`v3.11.4`](https://togithub.com/protocolbuffers/protobuf/releases/v3.11.4) [Compare Source](https://togithub.com/protocolbuffers/protobuf/compare/v3.11.3...v3.11.4) # C# - Fix latest ArgumentException for C# extensions ([#&#8203;7188](https://togithub.com/protocolbuffers/protobuf/issues/7188)) - Enforce recursion depth checking for unknown fields ([#&#8203;7210](https://togithub.com/protocolbuffers/protobuf/issues/7210)) # Ruby - Fix wrappers with a zero value ([#&#8203;7195](https://togithub.com/protocolbuffers/protobuf/issues/7195)) - Fix JSON serialization of 0/empty-valued wrapper types ([#&#8203;7198](https://togithub.com/protocolbuffers/protobuf/issues/7198)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you tick the rebase/retry checkbox below. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/java-container).
1 parent 1d8b199 commit e5f3ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<google.common-protos.version>1.17.0</google.common-protos.version>
6969
<gax.version>1.53.1</gax.version>
7070
<grpc.version>1.27.0</grpc.version>
71-
<protobuf.version>3.11.3</protobuf.version>
71+
<protobuf.version>3.11.4</protobuf.version>
7272
<junit.version>4.13</junit.version>
7373
<guava.version>28.2-android</guava.version>
7474
<threeten.version>1.4.1</threeten.version>

0 commit comments

Comments
 (0)