Skip to content

Commit 7a120d5

Browse files
authored
Merge pull request #726 from scala-steward/update/commons-lang3-3.15.0
Update commons-lang3 to 3.15.0
2 parents 4c4514b + 7aa00fc commit 7a120d5

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