From 648d9daf6ec528600ee6c19402a3ad2475db7beb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 3 Aug 2026 16:06:03 +0000 Subject: [PATCH] Update commons-analyzer, commons-core, ... to 2.29.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52e82ab..9cb45c3 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.28.0" +val avsCommonsVersion = "2.29.0" val slf4jVersion = "2.0.18" val logbackVersion = "1.5.38" // Tests only val commonsLang3Version = "3.20.0"