Skip to content

Commit d360cb6

Browse files
Update commons-lang3 to 3.12.0 (#495)
1 parent 8816e16 commit d360cb6

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
@@ -165,7 +165,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
165165

166166
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
167167
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
168-
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.11" % Test,
168+
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.12.0" % Test,
169169
libraryDependencies ++= {
170170
if (isDotty.value)
171171
Seq()

0 commit comments

Comments
 (0)