From 79b8edbd1e924e320153573eeb95a73a35d714c3 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 12 Jan 2011 14:56:16 +0000 Subject: [PATCH] Update CAS client to 3.1.12 --- cas/cas.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cas/cas.gradle b/cas/cas.gradle index b805c830bc..b3e75a3fb0 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.1.11", + "org.jasig.cas.client:cas-client-core:3.1.12", "net.sf.ehcache:ehcache:$ehcacheVersion" provided 'javax.servlet:servlet-api:2.5'