diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-18 17:49:44 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-18 17:49:44 +0100 |
commit | 093647ccdf0a021888326e07acf67936302a3b05 (patch) | |
tree | 170b0bd80b19755113a4392e35c0ce3b12cbe966 /id/server/modules/moa-id-module-openID/pom.xml | |
parent | 70ae2eb241fa347bda7bd89612c88db63506311c (diff) | |
download | moa-id-spss-093647ccdf0a021888326e07acf67936302a3b05.tar.gz moa-id-spss-093647ccdf0a021888326e07acf67936302a3b05.tar.bz2 moa-id-spss-093647ccdf0a021888326e07acf67936302a3b05.zip |
update third-party libraries
Diffstat (limited to 'id/server/modules/moa-id-module-openID/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-module-openID/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/id/server/modules/moa-id-module-openID/pom.xml b/id/server/modules/moa-id-module-openID/pom.xml index 2a953bcab..318ee8228 100644 --- a/id/server/modules/moa-id-module-openID/pom.xml +++ b/id/server/modules/moa-id-module-openID/pom.xml @@ -35,13 +35,13 @@ <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-jackson2</artifactId> - <version>1.19.0</version> + <version>1.21.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client-jetty</artifactId> - <version>1.19.0</version> + <version>1.21.0</version> <scope>test</scope> <exclusions> <exclusion> @@ -70,7 +70,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> + <version>19.0</version> </dependency> <!-- TestNG --> |