version bump

This commit is contained in:
Sven Kubiak 2015-04-06 12:40:18 +02:00
parent 423273e6ae
commit b3b667e1b4

View File

@ -38,7 +38,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@ -110,7 +110,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.4</version>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>