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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,12 +100,12 @@ <dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
- <version>2.6.0</version>
+ <version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>xmltooling</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1</version>
</dependency>
|