Skip to content

Commit

Permalink
Upgrade BouncyCastle to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Feb 21, 2023
1 parent eb135f5 commit 508e689
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jpos/libraries.gradle
Expand Up @@ -8,16 +8,15 @@ ext {
jline: 'org.jline:jline:3.22.0',
beanshell: 'org.apache-extras.beanshell:bsh:2.0b6',
javatuples: 'org.javatuples:javatuples:1.2',
javassist: 'org.javassist:javassist:3.29.2-GA',
osgi_core: 'org.osgi:org.osgi.core:6.0.0',
mockito: 'org.mockito:mockito-core:3.8.0',
mockito_jupiter: 'org.mockito:mockito-junit-jupiter:3.8.0',
fest_assert: 'org.easytesting:fest-assert:1.4',
xmlunit: 'xmlunit:xmlunit:1.6',
junit: 'org.junit.jupiter:junit-jupiter:5.7.1',
bouncycastle: [
'org.bouncycastle:bcprov-jdk15on:1.69',
'org.bouncycastle:bcpg-jdk15on:1.69'
'org.bouncycastle:bcprov-jdk15on:1.70',
'org.bouncycastle:bcpg-jdk15on:1.70'
],
hamcrest: 'org.hamcrest:hamcrest:2.2',
sshd: 'org.apache.sshd:sshd-core:2.9.2',
Expand Down

0 comments on commit 508e689

Please sign in to comment.