Skip to content

Commit 0959fee

Browse files
committed
update version as per github recommendation
1 parent 9a426f7 commit 0959fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,19 +161,19 @@
161161
<dependency>
162162
<groupId>com.fasterxml.jackson.core</groupId>
163163
<artifactId>jackson-annotations</artifactId>
164-
<version>2.8.4</version>
164+
<version>[2.9.9.1,)</version>
165165
<scope>provided</scope>
166166
</dependency>
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.core</groupId>
169169
<artifactId>jackson-databind</artifactId>
170-
<version>2.8.4</version>
170+
<version>[2.9.9.1,)</version>
171171
<scope>provided</scope>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.fasterxml.jackson.core</groupId>
175175
<artifactId>jackson-core</artifactId>
176-
<version>2.8.4</version>
176+
<version>[2.9.9.1,)</version>
177177
<scope>provided</scope>
178178
</dependency>
179179

0 commit comments

Comments
 (0)