Skip to content

Commit

Permalink
build(deps): Bump json-schema-validator from 2.2.13 to 2.2.14 (#826)
Browse files Browse the repository at this point in the history
Bumps [json-schema-validator](https://github.com/java-json-tools/json-schema-validator) from 2.2.13 to 2.2.14.
- [Release notes](https://github.com/java-json-tools/json-schema-validator/releases)
- [Changelog](https://github.com/java-json-tools/json-schema-validator/blob/master/RELEASE-NOTES.md)
- [Commits](java-json-tools/json-schema-validator@v2.2.13...v2.2.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed May 28, 2020
1 parent 541d0da commit 83ec138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factcast-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.13</version>
<version>2.2.14</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion factcast-schema-registry-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.12</version>
<version>2.2.14</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down

0 comments on commit 83ec138

Please sign in to comment.