From 7be69a1a6ea8842d7f0ee2f438d4c7f9fa26c567 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 01:19:02 +0000 Subject: [PATCH] Update commons-lang3 to 3.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1a0b97146..0cf8c9ee5 100644 --- a/build.sbt +++ b/build.sbt @@ -181,7 +181,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe "org.slf4j" % "slf4j-api" % "2.0.12", "org.jdbi" % "jdbi" % "2.78", "com.github.broadinstitute" % "picard" % "2.27.5", - "org.apache.commons" % "commons-lang3" % "3.14.0", + "org.apache.commons" % "commons-lang3" % "3.15.0", // Fix versions of libraries that are depended on multiple times "org.apache.hadoop" % "hadoop-client" % "3.3.6", "io.netty" % "netty-all" % "4.1.96.Final",