Skip to content

Commit 9ff9e50

Browse files
Update jackson monorepo to v2.20.0
1 parent 139842b commit 9ff9e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ test {
101101

102102
dependencies {
103103
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.10'
104-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.2"
105-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.2"
104+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.20.0"
105+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.20.0"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.2'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.20.0'
108108
api 'io.swagger.core.v3:swagger-core:2.2.36'

0 commit comments

Comments
 (0)