Skip to content

Commit 7fa0bac

Browse files
authored
Merge pull request #770 from scala-steward/update/commons-lang3-3.18.0
Update commons-lang3 to 3.18.0
2 parents 7d42914 + cb1df11 commit 7fa0bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
166166

167167
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
168168
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
169-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.17.0" % Test,
169+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.18.0" % Test,
170170
libraryDependencies += "xerces" % "xercesImpl" % "2.12.2" % Test,
171171
libraryDependencies ++= (CrossVersion.partialVersion(scalaVersion.value) match {
172172
case Some((3, _)) =>

0 commit comments

Comments
 (0)