We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea8f21 commit 21b3554Copy full SHA for 21b3554
README.md
@@ -30,12 +30,12 @@ Please note that you will also need to include at least one of the supported JSO
30
<dependency>
31
<groupId>dev.harrel</groupId>
32
<artifactId>json-schema</artifactId>
33
- <version>1.7.0</version>
+ <version>1.7.1</version>
34
</dependency>
35
```
36
### Gradle
37
```groovy
38
-implementation 'dev.harrel:json-schema:1.7.0'
+implementation 'dev.harrel:json-schema:1.7.1'
39
40
41
## Usage
build.gradle
@@ -11,7 +11,7 @@ apply from: 'setup/reporting.gradle'
11
apply from: 'setup/testing.gradle'
12
13
group 'dev.harrel'
14
-version '1.7.0'
+version '1.7.1'
15
16
compileJava {
17
sourceCompatibility = JavaVersion.VERSION_1_8
0 commit comments