From 3c7e99c1fa63ed06fab227bac0a6694380aceb29 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sat, 4 Jun 2022 00:40:39 +0000 Subject: [PATCH] Update org.osgi.core to 4.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c431643e..ce1e44d5 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ libraryDependencies ++= Seq( "org.codehaus.plexus" % "plexus-classworlds" % "2.4" % "test", "org.xerial.java" % "xerial-core" % "2.1" % "test", "org.wvlet.airframe" %% "airframe-log" % "21.12.1" % "test", - "org.osgi" % "org.osgi.core" % "4.3.0" % "provided", + "org.osgi" % "org.osgi.core" % "4.3.1" % "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") )