Skip to content

Commit

Permalink
fix(deps): Update dependency com.google.guava:guava to v33.3.0-jre (#263
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 | minor | `33.2.1-jre` -> `33.3.0-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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored Sep 1, 2024
1 parent 4804e5e commit b49373c
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:33.2.1-jre'
implementation 'com.google.guava:guava:33.3.0-jre'
implementation 'info.picocli:picocli:4.7.6'
implementation 'com.google.guava:guava:33.2.1-jre'
implementation 'com.google.guava:guava:33.3.0-jre'
implementation 'io.grpc:grpc-protobuf:1.65.1'
implementation 'io.grpc:grpc-stub:1.65.1'
implementation 'io.grpc:grpc-services:1.65.1'
Expand Down

0 comments on commit b49373c

Please sign in to comment.