Update airframe-log to 21.12.1 (#319)

* Update airframe-log to 21.12.1

* Update airframe-log to 21.12.1
This commit is contained in:
xerial-bot 2022-06-03 13:46:24 -07:00 committed by GitHub
parent 0e659e947e
commit 2b34d549aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" % "21.12.0" % "test",
"org.wvlet.airframe" %% "airframe-log" % "21.12.1" % "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")