From 16e5dc09f4ef7db6f699b25412dc082e390cacf7 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 9 Jan 2026 20:07:19 +0000 Subject: [PATCH] Update airframe-log to 2025.1.26 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6627b970..cc3901ab 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.26" % "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