Skip to content

Commit

Permalink
Merge pull request #17 from mkdecisiondev/sec-vulnerabilities
Browse files Browse the repository at this point in the history
Merging sec-vulnerabilities to master
  • Loading branch information
amiranjom authored Sep 26, 2023
2 parents c7beea5 + a62529e commit b633bff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ repositories {
dependencies {
implementation 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)
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
// use more recent version of commons-collections4 to match version used elsewhere
implementation 'org.apache.commons:commons-collections4:4.4'

// pac4j
implementation 'org.pac4j:pac4j-core:5.7.1'
implementation 'org.pac4j:pac4j-javaee:5.7.1'
implementation 'org.pac4j:pac4j-oidc:5.7.1'
implementation 'org.pac4j:pac4j-oauth:5.7.1'

// explicit dependencies to get newer versions
implementation 'net.minidev:json-smart:2.5.0'
implementation 'com.google.guava:guava:32.1.2-jre'
}

check.dependsOn.clear()
Expand Down

0 comments on commit b633bff

Please sign in to comment.