You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2015/03/13 02:20:27 UTC

svn commit: r1666344 - /shiro/branches/1.x/support/cas/pom.xml

Author: bdemers
Date: Fri Mar 13 01:20:26 2015
New Revision: 1666344

URL: http://svn.apache.org/r1666344
Log:
SHIRO-518 Updating cas-client-core version to 3.2.2
Submitted by: Jérôme Leleu

Modified:
    shiro/branches/1.x/support/cas/pom.xml

Modified: shiro/branches/1.x/support/cas/pom.xml
URL: http://svn.apache.org/viewvc/shiro/branches/1.x/support/cas/pom.xml?rev=1666344&r1=1666343&r2=1666344&view=diff
==============================================================================
--- shiro/branches/1.x/support/cas/pom.xml (original)
+++ shiro/branches/1.x/support/cas/pom.xml Fri Mar 13 01:20:26 2015
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.jasig.cas.client</groupId>
             <artifactId>cas-client-core</artifactId>
-            <version>3.2.1</version>
+            <version>3.2.2</version>
         </dependency>
         <dependency>
             <!-- for Optional SAML ticket validation: -->