Skip to content

Commit bfb7538

Browse files
committed
Fix Jackson databind dependency
1 parent cbd6f3b commit bfb7538

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[versions]
2-
jackson-core = "2.20"
2+
jackson-core = "2.20.0"
3+
jackson-annotations = "2.20"
34
jakarta-annotations = "3.0.0"
45
junit = "6.0.0"
56
openapi-generator = "7.16.0"
67

78
[libraries]
8-
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-core" }
9-
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson-core" }
9+
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-annotations" }
10+
jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson-core" }
1011
jakarta-annotations = { module = "jakarta.annotation:jakarta.annotation-api", version.ref = "jakarta-annotations" }
1112
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
1213

0 commit comments

Comments
 (0)