There was an error while loading. Please reload this page.
1 parent 658a931 commit 8b1ab4eCopy full SHA for 8b1ab4e
cas/cas.gradle
@@ -5,9 +5,9 @@ dependencies {
5
"org.springframework:spring-context:$springVersion",
6
"org.springframework:spring-beans:$springVersion",
7
"org.springframework:spring-web:$springVersion",
8
- "org.jasig.cas.client:cas-client-core:3.1.12"
+ "org.jasig.cas.client:cas-client-core:3.2.1"
9
10
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
11
12
provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion"
13
-}
+}
cas/pom.xml
@@ -52,7 +52,7 @@
52
<dependency>
53
<groupId>org.jasig.cas.client</groupId>
54
<artifactId>cas-client-core</artifactId>
55
- <version>3.1.12</version>
+ <version>3.2.1</version>
56
<scope>compile</scope>
57
</dependency>
58
0 commit comments