Skip to content

Commit

Permalink
bouncycastle lib upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohegyi committed Jun 26, 2023
1 parent ea4cd14 commit 0d369be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
implementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
implementation group: 'org.brotli', name: 'dec', version: '0.1.2'
implementation group: 'org.apache.ant', name: 'ant', version:'1.10.13'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version:'1.72' //this includes bcprov-jdk18on too
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version:'1.75' //this includes bcprov-jdk18on too
implementation group: 'org.eclipse.jetty', name: 'jetty-io', version: '9.4.50.v20221201'
implementation group: 'javax.servlet', name: 'servlet-api', version: '2.5'
implementation group: 'dnsjava', name: 'dnsjava', version: '3.5.2'
Expand Down

0 comments on commit 0d369be

Please sign in to comment.