From 5290e26ad9fd1ee634f65f3a66ba2f77ff0b82a8 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 10 Sep 2024 12:22:22 -0700 Subject: [PATCH] Update airframe-log to 24.9.0 (#597) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d77b63e..44e595b 100644 --- a/build.sbt +++ b/build.sbt @@ -75,7 +75,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.codehaus.plexus" % "plexus-classworlds" % "2.8.0" % "test", "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "24.7.1" % "test", + "org.wvlet.airframe" %% "airframe-log" % "24.9.0" % "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.0" % "test" exclude ("org.xerial.snappy", "snappy-java")