File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 4646 <properties >
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848
49+ <!-- guava version -->
50+ <guava .version>24.0-jre</guava .version>
51+
52+ <!-- Http Components version -->
53+ <http-components .version>4.5.5</http-components .version>
54+
4955 <!-- Jackson version -->
50- <jackson .version>2.9.3 </jackson .version>
56+ <jackson .version>2.9.4 </jackson .version>
5157
5258 <!-- Define which version of junit you'll be running -->
5359 <junit .version>4.12</junit .version>
7581 <dependency >
7682 <groupId >org.apache.httpcomponents</groupId >
7783 <artifactId >httpclient</artifactId >
78- <version >4.5.4 </version >
84+ <version >${http-components.version} </version >
7985 </dependency >
8086
8187 <!-- Guava for Preconditions and URI Escaping -->
8288 <dependency >
8389 <groupId >com.google.guava</groupId >
8490 <artifactId >guava</artifactId >
85- <version >24.0-jre </version >
91+ <version >${guava.version} </version >
8692 </dependency >
8793
8894 <!-- For parsing XML responses to POJOs -->
You can’t perform that action at this time.
0 commit comments