From 3885fb05e8326be6d3e779aff18b18e704bce2eb Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Mon, 26 Sep 2022 16:22:57 -0700 Subject: [PATCH] Update airframe-log to 22.9.2 (#347) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b64695..1a281e2 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ libraryDependencies ++= Seq( "junit" % "junit" % "4.13.2" % "test", "org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test", "org.xerial.java" % "xerial-core" % "2.1" % "test", - "org.wvlet.airframe" %% "airframe-log" % "22.9.0" % "test", + "org.wvlet.airframe" %% "airframe-log" % "22.9.2" % "test", "org.osgi" % "org.osgi.core" % "4.3.0" % "provided", "com.github.sbt" % "junit-interface" % "0.13.3" % "test", "org.apache.hadoop" % "hadoop-common" % "2.7.3" % "test" exclude ("org.xerial.snappy", "snappy-java")