Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #12 from mkdecisiondev/dev
Browse files Browse the repository at this point in the history
Update bcprov-jdk15on package versions (#11)
  • Loading branch information
amiranjom authored Oct 26, 2022
2 parents 13eaa2c + 42d81c2 commit 742b516
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ dependencies {
compile project(':framework')

// use more recent version of bcprov-jdk15on to match what is used in moqui-sftp by sshj to avoid duplicate jars (org.pac4j:pac4j-jwt:3.0.2 uses org.bouncycastle:bcprov-jdk15on:1.59)
compile 'org.bouncycastle:bcprov-jdk15on:1.68'
compile 'org.bouncycastle:bcprov-jdk15on:1.70'
// use more recent version of commons-collections4 to match version used elsewhere
compile 'org.apache.commons:commons-collections4:4.4'

// pac4j
compile 'org.pac4j:pac4j-oidc:3.0.2'
compile 'org.pac4j:pac4j-jwt:3.0.2'
// compile 'org.pac4j:jee-pac4j:5.0.0'
}

check.dependsOn.clear()
Expand Down

0 comments on commit 742b516

Please sign in to comment.