Skip to content

Commit

Permalink
Update dependency com.networknt:json-schema-validator to v1.5.4 (#5893)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 1d1ceb8 commit e71aad7
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 @@ -406,7 +406,7 @@ dependencies {
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.96'
implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '10.1.31'
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.17.25'
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.5.2'
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.5.4'

implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: versions.jackson
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: versions.jackson
Expand Down

0 comments on commit e71aad7

Please sign in to comment.