Skip to content

Commit c1256a6

Browse files
Update dependency com.fasterxml.jackson.module:jackson-module-jsonSchema to v2.20.1 (#295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea9a18b commit c1256a6

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
@@ -103,7 +103,7 @@ dependencies {
103103
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.21'
104104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.20.0"
105105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.20.0"
106-
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.20.0'
106+
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.20.1'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.20.1'
108108
api 'io.swagger.core.v3:swagger-core:2.2.40'
109109
api 'io.swagger.parser.v3:swagger-parser:2.1.35'

0 commit comments

Comments
 (0)