From 1792ac4442dfcff4ff726ba54e08b2eb580eb86b Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 21 May 2024 10:48:35 +0200 Subject: [PATCH] Update transitve guava dependency from 33.1.0 to 33.2.0 (#3159) Pull request: https://github.com/com-lihaoyi/mill/pull/3159 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 923bbac4511..e0ea82178c9 100644 --- a/build.sc +++ b/build.sc @@ -199,7 +199,7 @@ object Deps { ivy"commons-io:commons-io:2.16.1", ivy"com.google.code.gson:gson:2.10.1", ivy"com.google.protobuf:protobuf-java:3.25.3", - ivy"com.google.guava:guava:33.1.0-jre", + ivy"com.google.guava:guava:33.2.0-jre", ivy"org.yaml:snakeyaml:2.2", ivy"org.apache.commons:commons-compress:[1.26.0,)" )