Skip to content

Commit

Permalink
fix(deps): update dependency com.google.guava:guava to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 13, 2024
1 parent 818953a commit 28b19f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ configurations.checkstyle {
// See https://github.com/gradle/gradle/issues/27035#issuecomment-1814997295
// TODO: remove the workaround as https://github.com/checkstyle/checkstyle/issues/14123 is resolved
resolutionStrategy.capabilitiesResolution.withCapability("com.google.collections:google-collections") {
select("com.google.guava:guava:0")
select("com.google.guava:guava:33.1.0-jre")
}
}

Expand Down

0 comments on commit 28b19f4

Please sign in to comment.