File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
<!-- keep jetty.version in sync with security-parent/management-apps -->
19
19
<jetty .version>9.4.45.v20220203</jetty .version>
20
20
<jackson .version>2.13.2</jackson .version>
21
+ <jackson-databind .version>2.13.2.1</jackson-databind .version>
21
22
<jersey .version>2.35</jersey .version>
22
23
23
24
<guava .version>31.1-jre</guava .version>
50
51
51
52
<byteman .version>2.0.4</byteman .version>
52
53
53
- <rest-assured .version>4.1.2 </rest-assured .version>
54
+ <rest-assured .version>4.5.1 </rest-assured .version>
54
55
55
56
<powermock .version>2.0.2</powermock .version>
56
57
298
299
<dependency >
299
300
<groupId >com.fasterxml.jackson.core</groupId >
300
301
<artifactId >jackson-databind</artifactId >
301
- <version >${jackson.version} </version >
302
+ <version >${jackson-databind .version} </version >
302
303
</dependency >
303
304
<dependency >
304
305
<groupId >com.fasterxml.jackson.jaxrs</groupId >
You can’t perform that action at this time.
0 commit comments