From a043a5b097e35c89afee06b9da958ac1aa9f664b Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Thu, 11 Apr 2024 08:24:57 +0200 Subject: [PATCH] Update transitive commons-io from 2.15.1 to 2.16.1 (#3117) Pull request: https://github.com/com-lihaoyi/mill/pull/3117 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c134d0c583a..415b494f85d 100644 --- a/build.sc +++ b/build.sc @@ -193,7 +193,7 @@ object Deps { /** Used to manage transitive versions. */ val transitiveDeps = Seq( ivy"org.apache.ant:ant:1.10.14", - ivy"commons-io:commons-io:2.15.1", + 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",