Skip to content

Commit

Permalink
fix(deps): Update dependency com.google.guava:guava to v32.1.3-jre (#136
Browse files Browse the repository at this point in the history
)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [com.google.guava:guava](https://togithub.com/google/guava) | dependencies | patch | `32.1.2-jre` -> `32.1.3-jre` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Nov 1, 2023
1 parent 235781d commit eb7b853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'org.jooq:joou:0.9.4'
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation 'info.picocli:picocli:4.7.5'
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'com.google.guava:guava:32.1.3-jre'
implementation "io.grpc:grpc-protobuf:1.58.0"
implementation "io.grpc:grpc-stub:1.57.2"
implementation "io.grpc:grpc-services:1.57.2"
Expand Down

0 comments on commit eb7b853

Please sign in to comment.