Skip to content

Commit

Permalink
Update cas-server-webapp to 4.0.7
Browse files Browse the repository at this point in the history
Did not update to the latest as there is some work involved in
aligning the casserver sample's XML configuration with the latest
cas-server-webapp.

Fixes gh-7874
  • Loading branch information
jzheaux committed Jan 30, 2020
1 parent a512789 commit 50d8200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/dependency-management.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
management "org.hibernate:hibernate-validator:6.+"
management "org.hsqldb:hsqldb:2.+"
management "org.jasig.cas.client:cas-client-core:3.+"
management "org.jasig.cas:cas-server-webapp:4.0.0@war"
management "org.jasig.cas:cas-server-webapp:4.0.7@war"
management "org.mockito:mockito-core:3.+"
management "org.openid4java:openid4java-nodeps:0.+"
management "org.opensaml:opensaml-core:$openSamlVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def keystore = "$rootDir/samples/certificates/server.jks"
def password = 'password'

dependencies {
compile "org.jasig.cas:cas-server-webapp:4.0.0@war"
compile "org.jasig.cas:cas-server-webapp:4.0.7@war"
compile slf4jDependencies
runtime 'org.aspectj:aspectjrt'
runtime 'org.aspectj:aspectjtools'
Expand Down

0 comments on commit 50d8200

Please sign in to comment.