SEC-2547: Consistent CAS client version
This commit is contained in:
parent
8e31b66f06
commit
f6cc9d87d5
|
@ -5,7 +5,7 @@ dependencies {
|
||||||
"org.springframework:spring-context:$springVersion",
|
"org.springframework:spring-context:$springVersion",
|
||||||
"org.springframework:spring-beans:$springVersion",
|
"org.springframework:spring-beans:$springVersion",
|
||||||
"org.springframework:spring-web:$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"
|
optional "net.sf.ehcache:ehcache:$ehcacheVersion"
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jasig.cas.client</groupId>
|
<groupId>org.jasig.cas.client</groupId>
|
||||||
<artifactId>cas-client-core</artifactId>
|
<artifactId>cas-client-core</artifactId>
|
||||||
<version>3.2.1</version>
|
<version>3.3.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -8759,7 +8759,7 @@ The CAS module provides integration with JA-SIG CAS.
|
||||||
|
|
|
|
||||||
|
|
||||||
| cas-client-core
|
| cas-client-core
|
||||||
| 3.1.12
|
| 3.3.1
|
||||||
| The JA-SIG CAS Client. This is the basis of the Spring Security integration.
|
| The JA-SIG CAS Client. This is the basis of the Spring Security integration.
|
||||||
|
|
||||||
| ehcache
|
| ehcache
|
||||||
|
|
|
@ -30,7 +30,7 @@ dependencies {
|
||||||
|
|
||||||
compile project(':spring-security-core'),
|
compile project(':spring-security-core'),
|
||||||
project(':spring-security-cas'),
|
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'),
|
runtime project(':spring-security-web'),
|
||||||
project(':spring-security-config'),
|
project(':spring-security-config'),
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jasig.cas.client</groupId>
|
<groupId>org.jasig.cas.client</groupId>
|
||||||
<artifactId>cas-client-core</artifactId>
|
<artifactId>cas-client-core</artifactId>
|
||||||
<version>3.1.12</version>
|
<version>3.3.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue