Skip to content

Commit ff238ec

Browse files
committed
Fix security bugs
1 parent e1d2b66 commit ff238ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

helloworlds/3.8-json/jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>
1919
<artifactId>jackson-databind</artifactId>
20-
<version>2.9.8</version>
20+
<version>2.9.9</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

helloworlds/3.8-json/json_schema_validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>
1919
<artifactId>jackson-databind</artifactId>
20-
<version>2.9.8</version>
20+
<version>2.9.9</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.github.fge</groupId>

helloworlds/3.8-json/logansquare/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.9.8</version>
35+
<version>2.9.9</version>
3636
</dependency>
3737
</dependencies>
3838
</project>

0 commit comments

Comments
 (0)