Skip to content

Commit

Permalink
fix(deps): Update dependency com.google.protobuf:protobuf-java-util t…
Browse files Browse the repository at this point in the history
…o v3.25.2 (#74)

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 | patch | `3.25.1` -> `3.25.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot committed Feb 1, 2024
1 parent cbdd93c commit 736db0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

def grpcVersion = '1.60.1'
def protobufVersion = '3.25.1'
def protobufVersion = '3.25.2'
def protocVersion = protobufVersion

dependencies {
Expand Down

0 comments on commit 736db0f

Please sign in to comment.