Skip to content

Commit e93fd0c

Browse files
author
Daniel Norberg
committed
jackson: use 2.8.6 - avoid bugs in 2.8.8
People are having issues with jackson 2.8.8 as required by helios-test due to this issue: FasterXML/jackson-databind#1756
1 parent 98cbea9 commit e93fd0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
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.8.8</version>
160+
<version>2.8.6</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>com.fasterxml.jackson.datatype</groupId>
164164
<artifactId>jackson-datatype-guava</artifactId>
165-
<version>2.8.8</version>
165+
<version>2.8.6</version>
166166
</dependency>
167167
<dependency>
168168
<groupId>com.fasterxml.jackson.core</groupId>
169169
<artifactId>jackson-core</artifactId>
170-
<version>2.8.8</version>
170+
<version>2.8.6</version>
171171
</dependency>
172172
<dependency>
173173
<groupId>com.fasterxml.jackson.core</groupId>
174174
<artifactId>jackson-annotations</artifactId>
175-
<version>2.8.8</version>
175+
<version>2.8.6</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>com.fasterxml.jackson.core</groupId>
179179
<artifactId>jackson-databind</artifactId>
180-
<version>2.8.8</version>
180+
<version>2.8.6</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>com.fasterxml.jackson.jaxrs</groupId>
184184
<artifactId>jackson-jaxrs-json-provider</artifactId>
185-
<version>2.8.8</version>
185+
<version>2.8.6</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)