From 602bc3d697439a9ed9d9634b3aca4e5299f0ba97 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:18:36 +0000 Subject: [PATCH] Update commons-lang3 to 3.15.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 532a9d9d5..88d138408 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val javaDebug = project crossPaths := false, autoScalaLibrary := false, libraryDependencies ++= Seq( - "org.apache.commons" % "commons-lang3" % "3.14.0", + "org.apache.commons" % "commons-lang3" % "3.15.0", "com.google.code.gson" % "gson" % "2.11.0", "io.reactivex.rxjava2" % "rxjava" % "2.2.21", "org.reactivestreams" % "reactive-streams" % "1.0.4",