Skip to content

Commit 7e3a212

Browse files
author
RJ Lohan
authored

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
44-
<version>2.9.6</version>
44+
<version>[2.9.9,)</version>
4545
</dependency>
46-
46+
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-core</artifactId>
50-
<version>2.9.6</version>
50+
<version>[2.9.9,)</version>
5151
</dependency>
5252

5353
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.dataformat</groupId>
5656
<artifactId>jackson-dataformat-yaml</artifactId>
57-
<version>2.9.6</version>
57+
<version>[2.9.9,)</version>
5858
</dependency>
5959

6060
<dependency>

0 commit comments

Comments
 (0)