From 07f0a957503635deeed226daabf16c3db5e44d17 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Sep 2025 01:45:06 +0000 Subject: [PATCH] Update commons-lang3 to 3.19.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f7bf0c138..c9c0b939f 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.19.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",