Skip to content

Commit 06c7f64

Browse files
authored
fix(deps): Update dependency com.google.protobuf:protobuf-java-util to v3.23.4 (#19)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.protobuf:protobuf-java-util](https://developers.google.com/protocol-buffers/) ([source](https://togithub.com/protocolbuffers/protobuf)) | dependencies | minor | `3.22.3` -> `3.23.4` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - 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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yOS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 9e7dc00 commit 06c7f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sourceCompatibility = 1.8
2424
targetCompatibility = 1.8
2525

2626
def grpcVersion = '1.57.1'
27-
def protobufVersion = '3.22.3'
27+
def protobufVersion = '3.23.4'
2828
def protocVersion = protobufVersion
2929

3030
dependencies {

0 commit comments

Comments
 (0)