From 6266410ea80c761fedbebc82de8a1b663253a7f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Mar 2026 15:17:53 +0000 Subject: [PATCH] Update commons-analyzer, commons-core, ... to 2.27.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe4a212..6ac6ca9 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ inThisBuild(Seq( val CompileAndTest = "compile->compile;test->test" val parserCombinatorsVersion = "2.4.0" -val avsCommonsVersion = "2.26.0" +val avsCommonsVersion = "2.27.0" val slf4jVersion = "2.0.17" val logbackVersion = "1.5.32" // Tests only val commonsLang3Version = "3.20.0"