From 48d521f48ec2d4682ad26da0fa08427a80f2f8f8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 29 Jul 2024 20:24:33 +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 47f59522..74dcea07 100644 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val scalaMinVer = "3.0" val log4jVer = "2.22.1" val scalaLoggingVer = "3.9.5" val scalaParColVer = "1.0.4" -val commonsLang3Ver = "3.14.0" +val commonsLang3Ver = "3.15.0" val commonsMath3Ver = "3.6.1" val commonsTextVer = "1.10.0" val commonsIoVer = "2.15.1"