Skip to content

Commit

Permalink
Bumping bouncycastle to v1.78.1 (#567)
Browse files Browse the repository at this point in the history
* Bumping bouncycastle to v1.78.1

Signed-off-by: Gagan Juneja <[email protected]>

* Empty-Commit

Signed-off-by: Gagan Juneja <[email protected]>

---------

Signed-off-by: Gagan Juneja <[email protected]>
Co-authored-by: Gagan Juneja <[email protected]>
  • Loading branch information
Gaganjuneja and Gagan Juneja committed Jul 29, 2024
1 parent 1a5325a commit edbde7f
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 @@ -355,8 +355,8 @@ dependencies {
def sqliteVersion = "3.41.2.2"

implementation "org.jooq:jooq:${jooqVersion}"
implementation 'org.bouncycastle:bcprov-jdk15to18:1.74'
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.74'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.78.1'
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.78.1'
implementation "org.xerial:sqlite-jdbc:${sqliteVersion}"
implementation "com.google.guava:guava:${guavaVersion}"
implementation 'com.google.code.gson:gson:2.9.0'
Expand Down

0 comments on commit edbde7f

Please sign in to comment.