From 87b89d519b13bc6c588b2b85ff654dc35ea23739 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 20 Sep 2025 04:06:36 +0000 Subject: [PATCH] Update airframe-log to 2025.1.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3f1aba9..2570645 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.16" % "test", + "org.wvlet.airframe" %% "airframe-log" % "2025.1.19" % "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.1" % "test" exclude