Skip to content

Commit 48c487e

Browse files
author
David Kocher
committed
Update dependencies
1 parent 0da36f5 commit 48c487e

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

pom.xml

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,42 +19,47 @@
1919
<dependency>
2020
<groupId>commons-cli</groupId>
2121
<artifactId>commons-cli</artifactId>
22-
<version>1.1</version>
22+
<version>1.2</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>commons-io</groupId>
2626
<artifactId>commons-io</artifactId>
27-
<version>1.4</version>
27+
<version>2.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>commons-lang</groupId>
3131
<artifactId>commons-lang</artifactId>
32-
<version>2.4</version>
32+
<version>2.6</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>commons-codec</groupId>
3636
<artifactId>commons-codec</artifactId>
37-
<version>1.3</version>
37+
<version>1.6</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>commons-logging</groupId>
4141
<artifactId>commons-logging</artifactId>
4242
<version>1.1.1</version>
4343
</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>
4954
<dependency>
5055
<groupId>log4j</groupId>
5156
<artifactId>log4j</artifactId>
52-
<version>1.2.15</version>
57+
<version>1.2.16</version>
5358
</dependency>
5459
<dependency>
5560
<groupId>junit</groupId>
5661
<artifactId>junit</artifactId>
57-
<version>3.8.1</version>
62+
<version>4.10</version>
5863
<scope>test</scope>
5964
</dependency>
6065
</dependencies>
@@ -76,8 +81,8 @@
7681
<groupId>org.apache.maven.plugins</groupId>
7782
<artifactId>maven-compiler-plugin</artifactId>
7883
<configuration>
79-
<source>1.6</source>
80-
<target>1.6</target>
84+
<source>1.5</source>
85+
<target>1.5</target>
8186
</configuration>
8287
</plugin>
8388
<plugin>

0 commit comments

Comments
 (0)