diff options
Diffstat (limited to 'id/server/stork2-commons')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 86b37a143..555d6cec7 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -13,7 +13,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <stork.version>1.4.0</stork.version> - <opensaml.version>2.6.1</opensaml.version> + <opensaml.version>2.6.3</opensaml.version> </properties> <version>${stork.version}</version> <description> @@ -62,7 +62,7 @@ </exclusions> </dependency> - <dependency> + <dependency> <groupId>org.opensaml</groupId> <artifactId>opensaml</artifactId> <exclusions> @@ -89,7 +89,6 @@ </exclusions> </dependency> - <!-- Bouncy Castle --> <dependency> <groupId>org.bouncycastle</groupId> |