Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and derveloper committed Apr 24, 2023
1 parent 2ef50cd commit 53ef7a7
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 @@ -105,7 +105,7 @@ test {
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.15.0"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.14.2"
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.15.0"
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.15.0'
api 'io.swagger.core.v3:swagger-core:2.2.9'
Expand Down

0 comments on commit 53ef7a7

Please sign in to comment.