File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 125
125
<dependency >
126
126
<groupId >com.fasterxml.jackson.core</groupId >
127
127
<artifactId >jackson-databind</artifactId >
128
- <!-- Force the version to 2.8.8 to ensure the compatibility with old projects -->
129
- <version >2.8.8 </version >
128
+ <!-- Force the version to 2.16.1 to ensure the compatibility with old projects -->
129
+ <version >2.16.1 </version >
130
130
<scope >test</scope >
131
131
</dependency >
132
132
133
133
<dependency >
134
134
<groupId >com.fasterxml.jackson.core</groupId >
135
135
<artifactId >jackson-annotations</artifactId >
136
- <!-- Force the version to 2.8.8 to ensure the compatibility with old projects -->
137
- <version >2.8.8 </version >
136
+ <!-- Force the version to 2.16.1 to ensure the compatibility with old projects -->
137
+ <version >2.16.1 </version >
138
138
<scope >test</scope >
139
139
</dependency >
140
140
Original file line number Diff line number Diff line change 58
58
<jdk .target>1.8</jdk .target>
59
59
60
60
<jersey .version>2.30.1</jersey .version>
61
- <jackson .version>2.10.3 </jackson .version>
61
+ <jackson .version>2.16.1 </jackson .version>
62
62
<jackson-jaxrs .version>2.10.3</jackson-jaxrs .version>
63
63
<httpclient .version>4.5.12</httpclient .version><!-- 4.5.1-4.5.2 broken -->
64
64
<commons-compress .version>1.21</commons-compress .version>
You can’t perform that action at this time.
0 commit comments