Skip to content

Commit

Permalink
Updated cas-client-core to its most recent version
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolebiowski committed Jun 21, 2022
1 parent 0bb15e8 commit ab58274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/portal-security-sso-cas-impl/bnd.bnd
Original file line number Diff line number Diff line change
@@ -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.*,\
Expand Down
8 changes: 4 additions & 4 deletions modules/portal-security-sso-cas-impl/build.gradle
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit ab58274

Please sign in to comment.