Skip to content

Commit ed16259

Browse files
authored
Merge pull request #10 from mservicetech/develop
change readme file
2 parents dedf935 + 6ba91c9 commit ed16259

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ Here are the dependencies.
4848
<dependency>
4949
<groupId>com.networknt</groupId>
5050
<artifactId>json-schema-validator</artifactId>
51-
<version>1.0.26</version>
51+
<version>1.0.44</version>
5252
</dependency>
5353
```
5454

55-
55+
For detail of json-schema-validator, please refer to: https://github.com/networknt/json-schema-validator
56+
5657
## Prerequisite
5758

5859
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:
7071
<dependency>
7172
<groupId>com.mservicetech</groupId>
7273
<artifactId>openapi-schema-validation</artifactId>
73-
<version>1.0.1</version>
74+
<version>1.0.2</version>
7475
</dependency>
7576
```
7677

0 commit comments

Comments
 (0)