-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt guava-jre v32.1.2 #63
Conversation
@@ -40,7 +40,7 @@ dependencies { | |||
implementation("io.micrometer:micrometer-core:1.9.+") | |||
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0") | |||
runtimeOnly("it.unimi.dsi:fastutil:8.5.2") | |||
runtimeOnly("com.google.guava:guava:31.1-jre") | |||
runtimeOnly("com.google.guava:guava:32.1.2-jre") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should test if this works with the gradle plugin. We have an issue with another guava dependency that caused an incompatibility issue. If the build works, then it is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just requesting to test the local build with the gradle plugin. If it works, feel free to merge it
I have:
|
What's changed?
Update Guava to https://github.com/google/guava/releases/tag/v32.1.2
What's your motivation?
https://nvd.nist.gov/vuln/detail/CVE-2023-2976 was reported and suppressed downstream in openrewrite/rewrite-maven-plugin@1600c14.
Anything in particular you'd like reviewers to focus on?
The release notes seem to indicate the earlier issue has been solved:
Would you agree with that assessment?
Any additional context
A previous attempt to upgrade as reverted in f487df7