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 b83bb25 commit e9f1347Copy full SHA for e9f1347
README.md
@@ -23,7 +23,7 @@ Add the `json-schema-validation-starter`-dependency to your `pom.xml`
23
<dependency>
24
<groupId>com.github.JanLoebel</groupId>
25
<artifactId>json-schema-validation-starter</artifactId>
26
- <version>2.2.1</version>
+ <version>2.3.0</version>
27
</dependency>
28
```
29
pom.xml
@@ -5,7 +5,7 @@
5
6
7
8
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
9
10
<properties>
11
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments