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 cc539e9 commit 55e5fabCopy full SHA for 55e5fab
helloworlds/3.8-json/json_schema_validator/pom.xml
@@ -12,17 +12,17 @@
12
<dependency>
13
<groupId>com.fasterxml.jackson.core</groupId>
14
<artifactId>jackson-core</artifactId>
15
- <version>[2.10.0.pr1,)</version>
+ <version>[2.9.10.1,)</version>
16
</dependency>
17
18
19
<artifactId>jackson-databind</artifactId>
20
21
22
23
<groupId>com.github.fge</groupId>
24
<artifactId>json-schema-validator</artifactId>
25
<version>2.2.6</version>
26
27
</dependencies>
28
-</project>
+</project>
0 commit comments