Skip to content

Commit b11d2b2

Browse files
Update jackson monorepo to v2.19.2
1 parent 5d28aa3 commit b11d2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ test {
101101

102102
dependencies {
103103
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.2.0'
104-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.1"
105-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.1"
104+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.2"
105+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.2"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.1'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.2'
108108
api 'io.swagger.core.v3:swagger-core:2.2.34'

0 commit comments

Comments
 (0)