diff --git a/modules/portal-security-sso-cas-impl/bnd.bnd b/modules/portal-security-sso-cas-impl/bnd.bnd index 0ceeeec..c68e812 100644 --- a/modules/portal-security-sso-cas-impl/bnd.bnd +++ b/modules/portal-security-sso-cas-impl/bnd.bnd @@ -1,6 +1,6 @@ Bundle-Name: Liferay Portal Security SSO CAS Implementation Bundle-SymbolicName: com.liferay.portal.security.sso.cas.impl -Bundle-Version: 4.0.11 +Bundle-Version: 4.0.12 Import-Package:\ !javax.microedition.*,\ !junit.*,\ diff --git a/modules/portal-security-sso-cas-impl/build.gradle b/modules/portal-security-sso-cas-impl/build.gradle index 61c83b4..f1acd49 100644 --- a/modules/portal-security-sso-cas-impl/build.gradle +++ b/modules/portal-security-sso-cas-impl/build.gradle @@ -1,8 +1,8 @@ dependencies { - compileInclude group: "org.bouncycastle", name: "bcpkix-jdk15on", version: "1.69" - compileInclude group: "org.bouncycastle", name: "bcprov-jdk15on", version: "1.69" - compileInclude group: "org.bouncycastle", name: "bcutil-jdk15on", version: "1.69" - compileInclude group: "org.jasig.cas.client", name: "cas-client-core", version: "3.6.1" + compileInclude group: "org.bouncycastle", name: "bcpkix-jdk15on", version: "1.70" + compileInclude group: "org.bouncycastle", name: "bcprov-jdk15on", version: "1.70" + compileInclude group: "org.bouncycastle", name: "bcutil-jdk15on", version: "1.70" + compileInclude group: "org.jasig.cas.client", name: "cas-client-core", version: "3.6.4" compileOnly group: "com.liferay.portal", name: "release.portal.api"