Skip to content

Commit 8b1ab4e

Browse files
h0nIgrwinch
authored andcommitted
SEC-2260 - update pom/gradle to use current cas client library
1 parent 658a931 commit 8b1ab4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cas/cas.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ dependencies {
55
"org.springframework:spring-context:$springVersion",
66
"org.springframework:spring-beans:$springVersion",
77
"org.springframework:spring-web:$springVersion",
8-
"org.jasig.cas.client:cas-client-core:3.1.12"
8+
"org.jasig.cas.client:cas-client-core:3.2.1"
99

1010
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
1111

1212
provided "org.apache.tomcat:tomcat-servlet-api:$servletApiVersion"
13-
}
13+
}

cas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.jasig.cas.client</groupId>
5454
<artifactId>cas-client-core</artifactId>
55-
<version>3.1.12</version>
55+
<version>3.2.1</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>

0 commit comments

Comments
 (0)