Skip to content

Commit

Permalink
Bumping bouncycastle to v1.78 (#563)
Browse files Browse the repository at this point in the history
* Bumping bouncycastle library to v1.78

Signed-off-by: nishchay21 <[email protected]>

* Reverting bouncycastle to v1.74

Signed-off-by: nishchay21 <[email protected]>

* Bumping bouncycastle to v1.78

Signed-off-by: nishchay21 <[email protected]>

* Bumping bouncycastle to v1.78

Signed-off-by: nishchay21 <[email protected]>

---------

Signed-off-by: nishchay21 <[email protected]>
  • Loading branch information
nishchay21 authored Jul 12, 2024
1 parent 7c2891e commit 5b3288b
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.1'
compile 'org.bouncycastle:bcpkix-jdk15to18:1.78.1'
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 5b3288b

Please sign in to comment.