File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8
8
.factorypath
9
9
10
10
# IntelliJ
11
- * .iml
11
+ * .iml
12
+
13
+ # Vscode
14
+ .history
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Add the `json-schema-validation-starter`-dependency to your `pom.xml`
23
23
<dependency>
24
24
<groupId>com.github.JanLoebel</groupId>
25
25
<artifactId>json-schema-validation-starter</artifactId>
26
- <version>2.2.0 </version>
26
+ <version>2.2.1 </version>
27
27
</dependency>
28
28
```
29
29
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.JanLoebel</groupId >
7
7
<artifactId >json-schema-validation-starter</artifactId >
8
- <version >2.1.0 -SNAPSHOT</version >
8
+ <version >2.2.1 -SNAPSHOT</version >
9
9
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments