Skip to content

Commit ce8028b

Browse files
authored
fix(deps): Update dependency com.google.guava:guava to v32 (#15)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.guava:guava](https://togithub.com/google/guava) | dependencies | major | `31.1-jre` -> `32.1.2-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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent c65e5d6 commit ce8028b

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
@@ -25,9 +25,9 @@ dependencies {
2525
api 'org.apache.commons:commons-math3:3.6.1'
2626

2727
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
28-
implementation 'com.google.guava:guava:31.1-jre'
28+
implementation 'com.google.guava:guava:32.1.2-jre'
2929
implementation 'info.picocli:picocli:4.7.4'
30-
implementation 'com.google.guava:guava:31.1-jre'
30+
implementation 'com.google.guava:guava:32.1.2-jre'
3131
implementation "io.grpc:grpc-protobuf:1.57.1"
3232
implementation "io.grpc:grpc-stub:1.57.1"
3333
implementation "io.grpc:grpc-services:1.57.1"

0 commit comments

Comments
 (0)