Skip to content

Commit 1e9674b

Browse files
committed
upgrade to jackson 2.19.1
1 parent 54a0590 commit 1e9674b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ThisBuild / publishTo := {
2828
bomFormat := "xml"
2929

3030
version := "2.19.1-SNAPSHOT"
31-
val jacksonCoreVersion = "2.19.1-SNAPSHOT"
32-
val jacksonNonCoreVersion = "2.19.0"
31+
val jacksonCoreVersion = "2.19.1"
32+
val jacksonNonCoreVersion = jacksonCoreVersion
3333

3434
autoAPIMappings := true
3535

0 commit comments

Comments
 (0)