Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 389201d

Browse files
authored
Merge pull request #1282 from spotify/mattbrown/jackson-2.9.10
upgrade jackson-databind and other libraries to 2.9.10
2 parents aa5e253 + 54db38d commit 389201d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -157,32 +157,32 @@
157157
<dependency>
158158
<groupId>com.fasterxml.jackson.dataformat</groupId>
159159
<artifactId>jackson-dataformat-yaml</artifactId>
160-
<version>2.9.8</version>
160+
<version>2.9.10</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>com.fasterxml.jackson.datatype</groupId>
164164
<artifactId>jackson-datatype-guava</artifactId>
165-
<version>2.9.8</version>
165+
<version>2.9.10</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.core</groupId>
169169
<artifactId>jackson-core</artifactId>
170-
<version>2.9.8</version>
170+
<version>2.9.10</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.fasterxml.jackson.core</groupId>
174174
<artifactId>jackson-annotations</artifactId>
175-
<version>2.9.8</version>
175+
<version>2.9.10</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-databind</artifactId>
180-
<version>2.9.8</version>
180+
<version>2.9.10</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.fasterxml.jackson.jaxrs</groupId>
184184
<artifactId>jackson-jaxrs-json-provider</artifactId>
185-
<version>2.9.8</version>
185+
<version>2.9.10</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)