Skip to content

Commit

Permalink
chore(deps): upgrade bouncycastle for postgres (#485)
Browse files Browse the repository at this point in the history
chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79 #429

  chore(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 #428
  • Loading branch information
mgabelle authored Jan 20, 2025
1 parent 094ca39 commit 31bdca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-jdbc-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jar {
dependencies {
jdbcDriver 'org.postgresql:postgresql:42.7.4'
implementation project(':plugin-jdbc')
api 'org.bouncycastle:bcprov-jdk18on:1.78.1'
api 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
api 'org.bouncycastle:bcprov-jdk18on:1.79'
api 'org.bouncycastle:bcpkix-jdk18on:1.79'
api 'name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:2.3.0'

testImplementation project(':plugin-jdbc').sourceSets.test.output
Expand Down

0 comments on commit 31bdca2

Please sign in to comment.