Skip to content

Commit

Permalink
Upgrade BC to 2.73.2 - CVE-2023-33201
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jul 27, 2023
1 parent 2c77ca6 commit 6599972
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jpos/libraries.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ext {
bcVersion = '2.73.2'
libraries = [
jdom: 'org.jdom:jdom2:2.0.6.1',
jdbm: 'jdbm:jdbm:1.0',
Expand All @@ -15,8 +16,8 @@ ext {
xmlunit: 'xmlunit:xmlunit:1.6',
junit: 'org.junit.jupiter:junit-jupiter:5.7.1',
bouncycastle: [
'org.bouncycastle:bcprov-jdk15on:1.70',
'org.bouncycastle:bcpg-jdk15on:1.70'
"org.bouncycastle:bcprov-lts8on:${bcVersion}",
"org.bouncycastle:bcpg-lts8on:${bcVersion}"
],
hamcrest: 'org.hamcrest:hamcrest:2.2',
sshd: 'org.apache.sshd:sshd-core:2.9.2',
Expand Down

0 comments on commit 6599972

Please sign in to comment.