Skip to content

Commit b767ea6

Browse files
authored
Merge pull request #731 from openziti/update-jackson-2.20
update jackson 2.20
2 parents 026594d + 7c9ba9e commit b767ea6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ netty = "4.2.6.Final"
2525
vertx = "5.0.3"
2626
lombok = "1.18.36"
2727
springboot = "3.2.5"
28-
jackson = "2.19.2"
28+
jackson = "2.20.1"
29+
jksn-annotation = "2.20"
2930
jakarta-annotation = "1.3.5"
3031
okhttp3 = "5.1.0"
3132
protobuf = "4.32.0"
@@ -61,7 +62,7 @@ netty-http = { group = "io.netty", name = "netty-codec-http", version.ref = "net
6162
vertx-core = { group = "io.vertx", name = "vertx-core", version.ref = "vertx" }
6263

6364
jackson-core = { group = "com.fasterxml.jackson.core", name = "jackson-core", version.ref = "jackson" }
64-
jackson-annotations = { group = "com.fasterxml.jackson.core", name = "jackson-annotations", version.ref = "jackson" }
65+
jackson-annotations = { group = "com.fasterxml.jackson.core", name = "jackson-annotations", version.ref = "jksn-annotation" }
6566
jackson-bind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version.ref = "jackson" }
6667
jackson-datatype = { group = "com.fasterxml.jackson.datatype", name = "jackson-datatype-jsr310", version.ref = "jackson" }
6768
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jackson" }

0 commit comments

Comments
 (0)