Skip to content

Commit bd8bea1

Browse files
committed
KTOR-9507 Update Jackson to 2.21 and 3.1.0
1 parent 5e29515 commit bd8bea1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ okio = "3.16.4"
3636
json-simple = "1.1.1"
3737
gson = "2.13.2"
3838

39-
jackson = "2.20.1"
40-
jackson3 = "3.0.3"
41-
jackson-annotations = "2.20"
39+
jackson = "2.21.0"
40+
jackson3 = "3.1.0"
41+
jackson-annotations = "2.21"
4242

4343
junit = "5.14.2"
4444
slf4j = "2.0.17"
@@ -54,7 +54,7 @@ typesafe = "1.4.5"
5454
# Wait until https://github.com/mockk/mockk/issues/1433 is resolved.
5555
mockk = "1.14.7"
5656

57-
java-jwt = "4.5.0"
57+
java-jwt = "4.5.1"
5858

5959
jwks-rsa = "0.23.0"
6060
mustache = "0.9.14"

0 commit comments

Comments
 (0)