From d9e87d8222a289460bf138208d3963e623c6b046 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Fri, 4 Apr 2014 23:37:28 +0200 Subject: [PATCH] SEC-2547: Consistent CAS client version --- cas/cas.gradle | 2 +- cas/pom.xml | 2 +- docs/manual/src/asciidoc/index.adoc | 2 +- gradle/javaprojects.gradle | 2 +- samples/cas/sample-xml/cassample.gradle | 2 +- samples/cas/sample-xml/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cas/cas.gradle b/cas/cas.gradle index d5996a8b4c..872e2752cd 100644 --- a/cas/cas.gradle +++ b/cas/cas.gradle @@ -5,7 +5,7 @@ dependencies { "org.springframework:spring-context:$springVersion", "org.springframework:spring-beans:$springVersion", "org.springframework:spring-web:$springVersion", - "org.jasig.cas.client:cas-client-core:3.2.1" + "org.jasig.cas.client:cas-client-core:3.3.1" optional "net.sf.ehcache:ehcache:$ehcacheVersion" diff --git a/cas/pom.xml b/cas/pom.xml index 2bf746f14e..26d8c9add5 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -52,7 +52,7 @@ org.jasig.cas.client cas-client-core - 3.2.1 + 3.3.1 compile diff --git a/docs/manual/src/asciidoc/index.adoc b/docs/manual/src/asciidoc/index.adoc index af719e7893..c8ed99dbff 100644 --- a/docs/manual/src/asciidoc/index.adoc +++ b/docs/manual/src/asciidoc/index.adoc @@ -8759,7 +8759,7 @@ The CAS module provides integration with JA-SIG CAS. | | cas-client-core -| 3.1.12 +| 3.3.1 | The JA-SIG CAS Client. This is the basis of the Spring Security integration. | ehcache diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index 0b5c031ccc..07cb6d1b9e 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -62,7 +62,7 @@ ext.bundlorProperties = [ secRange: "[$version, 3.3.0)", springRange: "[$springVersion, 3.3.0)", aspectjRange: '[1.6.0, 1.8.0)', - casRange: '[3.1.1, 3.2.0)', + casRange: '[3.1.1, 3.3.1)', cloggingRange: '[1.0.4, 2.0.0)', ehcacheRange: '[1.4.1, 2.5.0)', openid4javaRange: '[0.9.5, 1.0.0)', diff --git a/samples/cas/sample-xml/cassample.gradle b/samples/cas/sample-xml/cassample.gradle index bf2bdc0f32..75a5bc95b7 100644 --- a/samples/cas/sample-xml/cassample.gradle +++ b/samples/cas/sample-xml/cassample.gradle @@ -30,7 +30,7 @@ dependencies { compile project(':spring-security-core'), project(':spring-security-cas'), - "org.jasig.cas.client:cas-client-core:3.1.12" + "org.jasig.cas.client:cas-client-core:3.3.1" runtime project(':spring-security-web'), project(':spring-security-config'), diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 9fe76d6f0e..34e1c85c1e 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -60,7 +60,7 @@ org.jasig.cas.client cas-client-core - 3.1.12 + 3.3.1 compile