Skip to content

Commit 7ece63d

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.2
1 parent 92f83d0 commit 7ece63d

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
@@ -102,7 +102,7 @@ test {
102102
dependencies {
103103
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
104104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.2"
105-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1"
105+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.2"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.18.1'
108108
api 'io.swagger.core.v3:swagger-core:2.2.26'

0 commit comments

Comments
 (0)