From 3745fc367dca592a06dbba8ea7c107c5d95126eb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 14 Jan 2025 14:43:37 +0000 Subject: [PATCH] Update commons-analyzer, commons-core, ... to 2.21.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 70f9423..80b2c5f 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ inThisBuild(Seq( val CompileAndTest = "compile->compile;test->test" val parserCombinatorsVersion = "2.4.0" -val avsCommonsVersion = "2.20.0" +val avsCommonsVersion = "2.21.0" val slf4jVersion = "2.0.16" val logbackVersion = "1.5.16" // Tests only val commonsLang3Version = "3.17.0"