Skip to content

Commit b8b39a7

Browse files
Bump com.networknt:json-schema-validator
Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 2.0.1 to 3.0.1. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@2.0.1...3.0.1) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ff601a commit b8b39a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/java-json-schema-validator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
def harnessImplementation = [
2020
group: 'com.networknt',
2121
name: 'json-schema-validator',
22-
version: '2.0.1'
22+
version: '3.0.1'
2323
]
2424

2525
dependencies {

0 commit comments

Comments
 (0)