diff --git a/lib/build.gradle b/lib/build.gradle index 6e6d3b5..65b0b3a 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -27,9 +27,9 @@ dependencies { // This dependency is used internally, and not exposed to consumers on their own compile classpath. implementation 'org.jooq:joou:0.9.5' - implementation 'com.google.guava:guava:33.5.0-jre' + implementation 'com.google.guava:guava:33.6.0-jre' implementation 'info.picocli:picocli:4.7.7' - implementation 'com.google.guava:guava:33.5.0-jre' + implementation 'com.google.guava:guava:33.6.0-jre' implementation 'io.grpc:grpc-protobuf:1.80.0' implementation 'io.grpc:grpc-stub:1.80.0' implementation 'io.grpc:grpc-services:1.80.0'