From d897489ac63faa957d26c630082c6d655e8f4fb1 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Wed, 7 Jan 2026 08:08:24 +0000 Subject: [PATCH] Update airframe-log to 2025.1.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6627b970..1f64c1c7 100644 --- a/build.sbt +++ b/build.sbt @@ -97,7 +97,7 @@ libraryDependencies ++= "junit" % "junit" % "4.13.2" % "test", "org.codehaus.plexus" % "plexus-classworlds" % "2.9.0" % "test", "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "2025.1.23" % "test", + "org.wvlet.airframe" %% "airframe-log" % "2025.1.24" % "test", "org.osgi" % "org.osgi.core" % "6.0.0" % "provided", "com.github.sbt" % "junit-interface" % "0.13.3" % "test", "org.apache.hadoop" % "hadoop-common" % "3.4.2" % "test" exclude