Skip to content

Commit 34ead44

Browse files
idodeclareVladimir Kotal
authored andcommitted
To Jersey 2.30.1 and Jackson 2.10.1
1 parent fba6fec commit 34ead44

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
1919
CDDL HEADER END
2020
2121
Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
22-
Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
22+
Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -65,9 +65,12 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
6565
<compileSource>1.8</compileSource>
6666
<compileTarget>1.8</compileTarget>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<jersey.version>2.29</jersey.version>
69-
<!-- Jackson version needs to match the version of Jackson Jersey depends on otherwise weird things will happen. -->
70-
<jackson.version>2.9.9</jackson.version>
68+
<jersey.version>2.30.1</jersey.version>
69+
<!-- Jackson version needs to match the version of Jackson which Jersey
70+
depends on or otherwise weird things will happen.
71+
https://eclipse-ee4j.github.io/jersey.github.io/release-notes/2.30.1.html
72+
reads that Jersey 2.30.1 did "adopt Jackson 2.10.1." -->
73+
<jackson.version>2.10.1</jackson.version>
7174
<junit.version>5.4.2</junit.version>
7275
<maven-surefire.version>2.22.2</maven-surefire.version>
7376
<apache-commons-lang3.version>3.9</apache-commons-lang3.version>

0 commit comments

Comments
 (0)