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.
2 parents 963474c + d8cf23e commit 8b97b36Copy full SHA for 8b97b36
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.saasquatch</groupId>
6
<artifactId>json-schema-inferrer</artifactId>
7
- <version>0.1.1</version>
+ <version>0.1.2</version>
8
<packaging>jar</packaging>
9
10
<name>json-schema-inferrer</name>
@@ -51,7 +51,7 @@
51
<dependency>
52
<groupId>com.fasterxml.jackson.core</groupId>
53
<artifactId>jackson-databind</artifactId>
54
- <version>2.10.2</version>
+ <version>2.10.3</version>
55
</dependency>
56
57
<groupId>commons-validator</groupId>
0 commit comments