Skip to content

Commit

Permalink
Update jackson monorepo to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 3100e61 commit 7687e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
implementation 'software.amazon.awssdk.crt:aws-crt:0.30.9'

// JSON and YAML parsing.
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0'

// JSON Schema validator.
implementation 'io.vertx:vertx-json-schema:4.5.9'
Expand Down

0 comments on commit 7687e66

Please sign in to comment.