From cb1df112eda81866e7e48d449c4c4c1a854765d2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 9 Jul 2025 23:45:29 +0000 Subject: [PATCH] Update commons-lang3 to 3.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a2019981..10f5acef 100644 --- a/build.sbt +++ b/build.sbt @@ -166,7 +166,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.17.0" % Test, + libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.18.0" % Test, libraryDependencies += "xerces" % "xercesImpl" % "2.12.2" % Test, libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) =>