From 2c3b7005e17ff0d08638632e4ba5189ee4e8df97 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 23 Jun 2023 12:50:51 -0700 Subject: [PATCH] Update airframe-log to 23.6.2 (#465) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0c4d9e9f..16fee3cf 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.7.0" % "test", "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "23.6.1" % "test", + "org.wvlet.airframe" %% "airframe-log" % "23.6.2" % "test", "org.osgi" % "org.osgi.core" % "6.0.0" % "provided", "com.github.sbt" % "junit-interface" % "0.13.3" % "test", "org.apache.hadoop" % "hadoop-common" % "2.10.2" % "test" exclude ("org.xerial.snappy", "snappy-java")