Skip to content

Commit 55e5fab

Browse files
authored
Update pom.xml
1 parent cc539e9 commit 55e5fab

File tree

1 file changed

+3
-3
lines changed
  • helloworlds/3.8-json/json_schema_validator

1 file changed

+3
-3
lines changed

helloworlds/3.8-json/json_schema_validator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
<dependency>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
15-
<version>[2.10.0.pr1,)</version>
15+
<version>[2.9.10.1,)</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>
1919
<artifactId>jackson-databind</artifactId>
20-
<version>[2.10.0.pr1,)</version>
20+
<version>[2.9.10.1,)</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.github.fge</groupId>
2424
<artifactId>json-schema-validator</artifactId>
2525
<version>2.2.6</version>
2626
</dependency>
2727
</dependencies>
28-
</project>
28+
</project>

0 commit comments

Comments
 (0)