Skip to content

Commit 80d5a80

Browse files
fix(deps): Update dependency com.google.guava:guava to v33.6.0-jre (#445)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.guava:guava](https://redirect.github.com/google/guava) | `33.5.0-jre` → `33.6.0-jre` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.guava:guava/33.6.0-jre?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.guava:guava/33.5.0-jre/33.6.0-jre?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDguMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 38114ea commit 80d5a80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727

2828
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
2929
implementation 'org.jooq:joou:0.9.5'
30-
implementation 'com.google.guava:guava:33.5.0-jre'
30+
implementation 'com.google.guava:guava:33.6.0-jre'
3131
implementation 'info.picocli:picocli:4.7.7'
32-
implementation 'com.google.guava:guava:33.5.0-jre'
32+
implementation 'com.google.guava:guava:33.6.0-jre'
3333
implementation 'io.grpc:grpc-protobuf:1.80.0'
3434
implementation 'io.grpc:grpc-stub:1.80.0'
3535
implementation 'io.grpc:grpc-services:1.80.0'

0 commit comments

Comments
 (0)