diff options
Diffstat (limited to 'branches/sca-equinox/modules/binding-gdata-runtime')
-rw-r--r-- | branches/sca-equinox/modules/binding-gdata-runtime/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml b/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml index b5d4ac94fd..d40351d722 100644 --- a/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml +++ b/branches/sca-equinox/modules/binding-gdata-runtime/pom.xml @@ -81,7 +81,7 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.0.1</version> + <version>3.1</version> </dependency> <dependency> @@ -138,7 +138,7 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <version>1.1</version> + <version>1.1.1</version> <exclusions> <exclusion> <artifactId>servlet-api</artifactId> @@ -154,7 +154,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.2</version> + <version>4.5</version> <scope>test</scope> </dependency> |