Skip to content

Commit

Permalink
Merge pull request #730 from scala-steward/update/commons-lang3-3.17.0
Browse files Browse the repository at this point in the history
Update commons-lang3 to 3.17.0
  • Loading branch information
dubinsky authored Sep 16, 2024
2 parents fc076da + c074ec3 commit 926eb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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, _)) =>
Expand Down

0 comments on commit 926eb8c

Please sign in to comment.