Skip to content

Commit 84f4b52

Browse files
Update jackson monorepo
1 parent 3100e61 commit 84f4b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
implementation 'software.amazon.awssdk.crt:aws-crt:0.30.9'
2727

2828
// JSON and YAML parsing.
29-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
30-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2'
29+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
30+
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1'
3131

3232
// JSON Schema validator.
3333
implementation 'io.vertx:vertx-json-schema:4.5.9'

0 commit comments

Comments
 (0)