Skip to content

Commit 52250aa

Browse files
committed
Fix security bugs
1 parent 7a96bf6 commit 52250aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

helloworlds/3.8-json/jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<dependency>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
15-
<version>2.9.8</version>
15+
<version>[2.10.0.pr1,)</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>
1919
<artifactId>jackson-databind</artifactId>
20-
<version>2.9.9</version>
20+
<version>[2.10.0.pr1,)</version>
2121
</dependency>
2222
</dependencies>
2323
</project>

helloworlds/3.8-json/json_schema_validator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<dependency>
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
15-
<version>2.9.8</version>
15+
<version>[2.10.0.pr1,)</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fasterxml.jackson.core</groupId>
1919
<artifactId>jackson-databind</artifactId>
20-
<version>2.9.9</version>
20+
<version>[2.10.0.pr1,)</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.github.fge</groupId>

helloworlds/3.8-json/logansquare/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-core</artifactId>
30-
<version>2.9.8</version>
30+
<version>[2.10.0.pr1,)</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.fasterxml.jackson.core</groupId>
3434
<artifactId>jackson-databind</artifactId>
35-
<version>2.9.9</version>
35+
<version>[2.10.0.pr1,)</version>
3636
</dependency>
3737
</dependencies>
3838
</project>

0 commit comments

Comments
 (0)