diff --git a/README.md b/README.md index 7a15158..3f8b1c4 100644 --- a/README.md +++ b/README.md @@ -48,11 +48,12 @@ Here are the dependencies. com.networknt json-schema-validator - 1.0.26 + 1.0.44 ``` - +For detail of json-schema-validator, please refer to: https://github.com/networknt/json-schema-validator + ## Prerequisite The library supports Java 11 and up. If you want to build from the source code, you need to install JDK 11 locally. To support multiple version of JDK, you can use [SDKMAN](https://www.networknt.com/tool/sdk/) @@ -70,7 +71,7 @@ Include the dependency in the project pom: com.mservicetech openapi-schema-validation - 1.0.1 + 1.0.2 ```