Skip to content

Commit c02b8f0

Browse files
Update jackson monorepo to v2.19.1 (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b93223f commit c02b8f0

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.21'
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"
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"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.19.1'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.19.1'
108108
api 'io.swagger.core.v3:swagger-core:2.2.33'

0 commit comments

Comments
 (0)