Skip to content

Commit 53ef7a7

Browse files
renovate[bot]derveloper
authored andcommitted
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.0
1 parent 2ef50cd commit 53ef7a7

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
@@ -105,7 +105,7 @@ test {
105105
dependencies {
106106
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.20'
107107
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.15.0"
108-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.14.2"
108+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.15.0"
109109
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.0'
110110
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.15.0'
111111
api 'io.swagger.core.v3:swagger-core:2.2.9'

0 commit comments

Comments
 (0)