Skip to content

Commit 03dc2f1

Browse files
committed
Leave comment explaining why no Jackson upgrade
1 parent dee816d commit 03dc2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ spock = "2.3-groovy-3.0"
33
kotlin = "1.8.10"
44

55
[libraries]
6-
jackson-platform = { group = "com.fasterxml.jackson", name = "jackson-bom", version = "2.14.2" }
6+
jackson-platform = { group = "com.fasterxml.jackson", name = "jackson-bom", version = "2.14.2" } # Cannot upgrade to 2.15.x, due to https://github.com/gradle/gradle/issues/24390
77
jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind" }
88
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
99
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }

0 commit comments

Comments
 (0)