We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3100e61 commit 84f4b52Copy full SHA for 84f4b52
lib/build.gradle
@@ -26,8 +26,8 @@ dependencies {
26
implementation 'software.amazon.awssdk.crt:aws-crt:0.30.9'
27
28
// 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'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
+ implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1'
31
32
// JSON Schema validator.
33
implementation 'io.vertx:vertx-json-schema:4.5.9'
0 commit comments