Skip to content

Commit 8a50d75

Browse files
Update jackson monorepo to v2.19.0 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca87f59 commit 8a50d75

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.1.20'
104-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.3"
105-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3"
104+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.19.0"
105+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.0'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.0'
108108
api 'io.swagger.core.v3:swagger-core:2.2.30'

0 commit comments

Comments
 (0)