Skip to content

Commit 65a6b40

Browse files
committed
Update commons-lang3 to 3.16.0
1 parent 72e6d72 commit 65a6b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
120120

121121
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
122122
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
123-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.15.0" % Test,
123+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.16.0" % Test,
124124
libraryDependencies += "xerces" % "xercesImpl" % "2.12.2" % Test,
125125
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
126126
case Some((3, _)) =>

0 commit comments

Comments
 (0)