Skip to content

Commit

Permalink
bump com.networknt:json-schema-validator to latest version (airbytehq…
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler authored and jhammarstedt committed Oct 31, 2022
1 parent 19a3560 commit acc7b17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation project(':airbyte-protocol:protocol-models')
implementation project(':airbyte-json-validation')
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'com.networknt:json-schema-validator:1.0.42'
implementation 'com.networknt:json-schema-validator:1.0.72'
implementation files(project(':airbyte-integrations:bases:base-java').airbyteDocker.outputs)

// random Json object generation from Json schema
Expand Down
2 changes: 1 addition & 1 deletion airbyte-json-validation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation 'com.networknt:json-schema-validator:1.0.42'
implementation 'com.networknt:json-schema-validator:1.0.72'
// needed so that we can follow $ref when parsing json. jackson does not support this natively.
implementation 'me.andrz.jackson:jackson-json-reference-core:0.3.2'
}
Expand Down

0 comments on commit acc7b17

Please sign in to comment.