diff --git a/core/pom.xml b/core/pom.xml
index 51600d6fe..53caf0630 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.security.extensions
spring-security-saml2-core
- 1.0.5.RELEASE
+ 1.0.8.RELEASE
Spring Security SAML v2 library
Spring Security SAML v2 library
https://github.com/SpringSource/spring-security-saml
@@ -91,13 +91,13 @@
org.bouncycastle
bcpkix-jdk15on
- 1.58
+ 1.60
compile
org.bouncycastle
bcprov-jdk15on
- 1.58
+ 1.60
compile
diff --git a/gradle.properties b/gradle.properties
index fd45506e1..1feb0bad4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
-version=1.0.8.BUILD-SNAPSHOT
+version=1.0.8.RELEASE
maxParallelForks=1