diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-05-09 09:45:59 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-05-09 09:45:59 +0200 |
commit | dbb7e7d21f318f5969521a1e3986101218b2b766 (patch) | |
tree | d074596c83d5b47ecae57166acba5f905528f6b7 /id/server/modules/moa-id-module-openID/pom.xml | |
parent | a4d18ffb736c29d6f7cb026df50fb8a8e4898f9f (diff) | |
download | moa-id-spss-dbb7e7d21f318f5969521a1e3986101218b2b766.tar.gz moa-id-spss-dbb7e7d21f318f5969521a1e3986101218b2b766.tar.bz2 moa-id-spss-dbb7e7d21f318f5969521a1e3986101218b2b766.zip |
update Struts to 2.3.28.1 (https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3081)
switch MOA-ID Version to 3.1.1
Diffstat (limited to 'id/server/modules/moa-id-module-openID/pom.xml')
-rw-r--r-- | id/server/modules/moa-id-module-openID/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/modules/moa-id-module-openID/pom.xml b/id/server/modules/moa-id-module-openID/pom.xml index 4684c8032..2bd3b6b4f 100644 --- a/id/server/modules/moa-id-module-openID/pom.xml +++ b/id/server/modules/moa-id-module-openID/pom.xml @@ -41,13 +41,13 @@ <dependency> <groupId>com.google.http-client</groupId> <artifactId>google-http-client-jackson2</artifactId> - <version>1.21.0</version> + <version>1.22.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.oauth-client</groupId> <artifactId>google-oauth-client-jetty</artifactId> - <version>1.21.0</version> + <version>1.22.0</version> <scope>test</scope> <exclusions> <exclusion> |