Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.module:jackson-module-jsonSch…
Browse files Browse the repository at this point in the history
…ema to v2.18.1
  • Loading branch information
renovate[bot] committed Oct 29, 2024
1 parent c5a9993 commit 75703df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.1"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.0'
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.1'
api 'io.swagger.core.v3:swagger-core:2.2.25'
api 'io.swagger.parser.v3:swagger-parser:2.1.23'
Expand Down

0 comments on commit 75703df

Please sign in to comment.