From 55c8ba925b6b81c85acbecf212f43f57fc294266 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 11 Jul 2025 13:14:49 +0000 Subject: [PATCH] Update commons-lang3 to 3.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7755003e6..41e927059 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val scalaLoggingVer = "3.9.5" val orgAntlr4Ver = "4.13.0" val jlineVer = "3.30.2" val commonsIoVer = "2.19.0" -val commonsLang3Ver = "3.17.0" +val commonsLang3Ver = "3.18.0" val commonsCodecVer = "1.18.0" val commonsCollectionsVer = "4.5.0" val gsonVer = "2.13.1"