Skip to content

Commit c98b5f3

Browse files
authored
fix(deps): Update dependency com.google.guava:guava to v33.2.1-jre (#233)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.guava:guava](https://togithub.com/google/guava) | dependencies | minor | `33.1.0-jre` -> `33.2.1-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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent c66f061 commit c98b5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies {
3131

3232
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
3333
implementation 'org.jooq:joou:0.9.4'
34-
implementation 'com.google.guava:guava:33.1.0-jre'
34+
implementation 'com.google.guava:guava:33.2.1-jre'
3535
implementation 'info.picocli:picocli:4.7.6'
36-
implementation 'com.google.guava:guava:33.1.0-jre'
36+
implementation 'com.google.guava:guava:33.2.1-jre'
3737
implementation 'io.grpc:grpc-protobuf:1.63.0'
3838
implementation 'io.grpc:grpc-stub:1.63.0'
3939
implementation 'io.grpc:grpc-services:1.63.0'

0 commit comments

Comments
 (0)