Skip to content

Commit f6b12ce

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-json-org to v2.18.0
1 parent f713a0e commit f6b12ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.0"
105105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.17.2"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.17.2'
107-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.2'
107+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.0'
108108
api 'io.swagger.core.v3:swagger-core:2.2.24'
109109
api 'io.swagger.parser.v3:swagger-parser:2.1.22'
110110
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.20'

0 commit comments

Comments
 (0)