Skip to content

Commit

Permalink
fix(deps): update dependency com.networknt:json-schema-validator to v…
Browse files Browse the repository at this point in the history
…1.5.5
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent a037f8c commit dbd5883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ dependencies {

implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.6.0'

implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.4');
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '1.5.5');
implementation(group: 'com.jayway.jsonpath', name: 'json-path', version: '2.9.0');

implementation group: 'io.rest-assured', name: 'rest-assured'
Expand Down

0 comments on commit dbd5883

Please sign in to comment.