@@ -19,7 +19,7 @@ information: Portions Copyright [yyyy] [name of copyright owner]
19
19
CDDL HEADER END
20
20
21
21
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] >.
23
23
24
24
-->
25
25
<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
65
<compileSource >1.8</compileSource >
66
66
<compileTarget >1.8</compileTarget >
67
67
<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>
71
74
<junit .version>5.4.2</junit .version>
72
75
<maven-surefire .version>2.22.2</maven-surefire .version>
73
76
<apache-commons-lang3 .version>3.9</apache-commons-lang3 .version>
0 commit comments