Skip to content

Commit

Permalink
Bumping bouncycastle library to v1.78
Browse files Browse the repository at this point in the history
Signed-off-by: nishchay21 <[email protected]>
  • Loading branch information
nishchay21 committed Jul 12, 2024
1 parent 7c2891e commit d3c91fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ dependencies {
def log4jVersion = "${versions.log4j}"

compile 'org.jooq:jooq:3.10.8'
compile 'org.bouncycastle:bcprov-jdk15to18:1.74'
compile 'org.bouncycastle:bcpkix-jdk15to18:1.74'
compile 'org.bouncycastle:bcprov-jdk15to18:1.78'
compile 'org.bouncycastle:bcpkix-jdk15to18:1.78'
compile 'org.xerial:sqlite-jdbc:3.41.2.2'
compile 'com.google.guava:guava:32.0.1-jre'
compile 'com.google.code.gson:gson:2.10.1'
Expand Down

0 comments on commit d3c91fa

Please sign in to comment.