|
19 | 19 | <dependency>
|
20 | 20 | <groupId>commons-cli</groupId>
|
21 | 21 | <artifactId>commons-cli</artifactId>
|
22 |
| - <version>1.1</version> |
| 22 | + <version>1.2</version> |
23 | 23 | </dependency>
|
24 | 24 | <dependency>
|
25 | 25 | <groupId>commons-io</groupId>
|
26 | 26 | <artifactId>commons-io</artifactId>
|
27 |
| - <version>1.4</version> |
| 27 | + <version>2.1</version> |
28 | 28 | </dependency>
|
29 | 29 | <dependency>
|
30 | 30 | <groupId>commons-lang</groupId>
|
31 | 31 | <artifactId>commons-lang</artifactId>
|
32 |
| - <version>2.4</version> |
| 32 | + <version>2.6</version> |
33 | 33 | </dependency>
|
34 | 34 | <dependency>
|
35 | 35 | <groupId>commons-codec</groupId>
|
36 | 36 | <artifactId>commons-codec</artifactId>
|
37 |
| - <version>1.3</version> |
| 37 | + <version>1.6</version> |
38 | 38 | </dependency>
|
39 | 39 | <dependency>
|
40 | 40 | <groupId>commons-logging</groupId>
|
41 | 41 | <artifactId>commons-logging</artifactId>
|
42 | 42 | <version>1.1.1</version>
|
43 | 43 | </dependency>
|
44 |
| - <dependency> |
45 |
| - <groupId>org.apache.httpcomponents</groupId> |
46 |
| - <artifactId>httpclient</artifactId> |
47 |
| - <version>4.0.3</version> |
48 |
| - </dependency> |
| 44 | + <dependency> |
| 45 | + <groupId>org.apache.httpcomponents</groupId> |
| 46 | + <artifactId>httpcore</artifactId> |
| 47 | + <version>4.1.4</version> |
| 48 | + </dependency> |
| 49 | + <dependency> |
| 50 | + <groupId>org.apache.httpcomponents</groupId> |
| 51 | + <artifactId>httpclient</artifactId> |
| 52 | + <version>4.1.2</version> |
| 53 | + </dependency> |
49 | 54 | <dependency>
|
50 | 55 | <groupId>log4j</groupId>
|
51 | 56 | <artifactId>log4j</artifactId>
|
52 |
| - <version>1.2.15</version> |
| 57 | + <version>1.2.16</version> |
53 | 58 | </dependency>
|
54 | 59 | <dependency>
|
55 | 60 | <groupId>junit</groupId>
|
56 | 61 | <artifactId>junit</artifactId>
|
57 |
| - <version>3.8.1</version> |
| 62 | + <version>4.10</version> |
58 | 63 | <scope>test</scope>
|
59 | 64 | </dependency>
|
60 | 65 | </dependencies>
|
|
76 | 81 | <groupId>org.apache.maven.plugins</groupId>
|
77 | 82 | <artifactId>maven-compiler-plugin</artifactId>
|
78 | 83 | <configuration>
|
79 |
| - <source>1.6</source> |
80 |
| - <target>1.6</target> |
| 84 | + <source>1.5</source> |
| 85 | + <target>1.5</target> |
81 | 86 | </configuration>
|
82 | 87 | </plugin>
|
83 | 88 | <plugin>
|
|
0 commit comments