diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 14:37:50 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-03-31 14:37:50 +0200 |
commit | e243ae942d56cb4633bdc6fac9a9b502bd47e21f (patch) | |
tree | 24e757667106e420660e18b3ace9c04293cf1247 /id/server/stork2-saml-engine | |
parent | eeb3d0250cf5a873b67cb974d17913089fd9c925 (diff) | |
download | moa-id-spss-e243ae942d56cb4633bdc6fac9a9b502bd47e21f.tar.gz moa-id-spss-e243ae942d56cb4633bdc6fac9a9b502bd47e21f.tar.bz2 moa-id-spss-e243ae942d56cb4633bdc6fac9a9b502bd47e21f.zip |
Update OpenSAML to 2.6.1 (XMLTooling-J/OpenSAML Java: XML eXternal Entity (XXE) flaw in ParserPool and Decrypter https://bugzilla.redhat.com/show_bug.cgi?id=1043332)
Diffstat (limited to 'id/server/stork2-saml-engine')
-rw-r--r-- | id/server/stork2-saml-engine/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/stork2-saml-engine/pom.xml b/id/server/stork2-saml-engine/pom.xml index 305d131a8..9b294f6d6 100644 --- a/id/server/stork2-saml-engine/pom.xml +++ b/id/server/stork2-saml-engine/pom.xml @@ -17,7 +17,7 @@ <samlspec.version>0.5.2</samlspec.version>
<samlspecacept.version>0.5.1</samlspecacept.version>
<commons.version>1.4.0</commons.version>
- <opensaml.version>2.6.0</opensaml.version>
+ <opensaml.version>2.6.1</opensaml.version>
<timestamp>${maven.build.timestamp}</timestamp>
<repositoryPath>${basedir}/../../../repository</repositoryPath>
</properties>
|