Skip to content

Commit 51ad75b

Browse files
committed
Update jackson-databind to 2.20.2
1 parent ca3fa54 commit 51ad75b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

build.sbt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
125125
"org.msgpack.value",
126126
"org.msgpack.value.impl"
127127
),
128-
OsgiKeys.importPackage :=
129-
Seq(
130-
"!android.os",
131-
"!sun.*"
132-
),
128+
OsgiKeys.importPackage := Seq("!android.os", "!sun.*"),
133129
testFrameworks += new TestFramework("wvlet.airspec.Framework"),
134130
Test / javaOptions ++=
135131
Seq(
@@ -166,7 +162,7 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
166162
OsgiKeys.exportPackage := Seq("org.msgpack.jackson", "org.msgpack.jackson.dataformat"),
167163
libraryDependencies ++=
168164
Seq(
169-
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.0",
165+
"com.fasterxml.jackson.core" % "jackson-databind" % "2.20.2",
170166
junitJupiter,
171167
junitVintage,
172168
"org.apache.commons" % "commons-math3" % "3.6.1" % "test"

0 commit comments

Comments
 (0)