Skip to content

Commit

Permalink
Merge pull request #3 from saasquatch/dev
Browse files Browse the repository at this point in the history
Jackson version bump for vulnerability fix
  • Loading branch information
slisaasquatch authored Mar 12, 2020
2 parents 963474c + d8cf23e commit 8b97b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.saasquatch</groupId>
<artifactId>json-schema-inferrer</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<packaging>jar</packaging>

<name>json-schema-inferrer</name>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.2</version>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
Expand Down

0 comments on commit 8b97b36

Please sign in to comment.