From c074ec370a2104272f6512abfe698fda0f99f0c2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 31 Aug 2024 18:26:27 +0000 Subject: [PATCH] Update commons-lang3 to 3.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d682a940..ca407e34 100644 --- a/build.sbt +++ b/build.sbt @@ -120,7 +120,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform) libraryDependencies += "junit" % "junit" % "4.13.2" % Test, libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test, - libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.16.0" % Test, + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.17.0" % Test, libraryDependencies += "xerces" % "xercesImpl" % "2.12.2" % Test, libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>