Skip to content

Commit 8b97b36

Browse files
Merge pull request #3 from saasquatch/dev
Jackson version bump for vulnerability fix
2 parents 963474c + d8cf23e commit 8b97b36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.saasquatch</groupId>
66
<artifactId>json-schema-inferrer</artifactId>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
<packaging>jar</packaging>
99

1010
<name>json-schema-inferrer</name>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-databind</artifactId>
54-
<version>2.10.2</version>
54+
<version>2.10.3</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>commons-validator</groupId>

0 commit comments

Comments
 (0)