From 8b1ab4e85f5778c500b2146eeac85626252e1bcc Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Sat, 17 Aug 2013 14:11:55 +0200 Subject: [PATCH] SEC-2260 - update pom/gradle to use current cas client library --- cas/cas.gradle | 4 ++-- cas/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cas/cas.gradle b/cas/cas.gradle index f7560153b4..d6262ff5c3 100644 --- a/cas/cas.gradle +++ b/cas/cas.gradle @@ -5,9 +5,9 @@ dependencies { "org.springframework:spring-context:$springVersion", "org.springframework:spring-beans:$springVersion", "org.springframework:spring-web:$springVersion", - "org.jasig.cas.client:cas-client-core:3.1.12" + "org.jasig.cas.client:cas-client-core:3.2.1" optional "net.sf.ehcache:ehcache:$ehcacheVersion" provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion" -} \ No newline at end of file +} diff --git a/cas/pom.xml b/cas/pom.xml index 0a41e974cf..a8abd10212 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -52,7 +52,7 @@ org.jasig.cas.client cas-client-core - 3.1.12 + 3.2.1 compile