Skip to content

Commit

Permalink
chore(deps): Update json-schema-validator transitive dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Aug 21, 2023
1 parent b2f27f7 commit 1d4d9ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,13 @@
<artifactId>json-schema-validator</artifactId>
<version>2.2.14</version>
</dependency>
<!-- The above package uses a SNAPSHOT jar that doesn't exist anymore, so override it. -->
<!-- https://mvnrepository.com/artifact/com.github.java-json-tools/jackson-coreutils -->
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>jackson-coreutils</artifactId>
<version>2.0</version>
</dependency>

<!-- Hamcrest is an assertion library that prints pretty messages when assertions fail. -->
<dependency>
Expand Down

0 comments on commit 1d4d9ec

Please sign in to comment.