Skip to content

Commit 926eb8c

Browse files
authored
Merge pull request #730 from scala-steward/update/commons-lang3-3.17.0
Update commons-lang3 to 3.17.0
2 parents fc076da + c074ec3 commit 926eb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.16.0" % Test,
123+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.17.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)