File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
<springSecurityVersion >5.0.6.RELEASE</springSecurityVersion >
31
31
<springSessionVersion >2.0.2.RELEASE</springSessionVersion >
32
32
<forkCountTests >1</forkCountTests >
33
+ <jackson .version>2.12.1</jackson .version>
33
34
</properties >
34
35
35
36
<!-- Reporting Plugins -->
179
180
<dependency >
180
181
<groupId >com.fasterxml.jackson.core</groupId >
181
182
<artifactId >jackson-databind</artifactId >
182
- <version >2.10.1 </version >
183
+ <version >${jackson.version} </version >
183
184
</dependency >
184
-
185
185
<dependency >
186
186
<groupId >com.fasterxml.jackson.core</groupId >
187
187
<artifactId >jackson-core</artifactId >
188
- <version >2.10.1 </version >
188
+ <version >${jackson.version} </version >
189
189
</dependency >
190
190
191
191
<dependency >
You can’t perform that action at this time.
0 commit comments