Skip to content

Commit

Permalink
chore(deps): upgrade bouncycastle to 1.8 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgabelle authored Jan 23, 2025
1 parent a166393 commit cec1427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-debezium-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation project(':plugin-debezium').sourceSets.test.output

api group: 'io.debezium', name: 'debezium-connector-postgres', version: debeziumVersion
api 'org.bouncycastle:bcprov-jdk18on:1.78.1'
api 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
api 'org.bouncycastle:bcprov-jdk18on:1.80'
api 'org.bouncycastle:bcpkix-jdk18on:1.80'
api 'name.neuhalfen.projects.crypto.bouncycastle.openpgp:bouncy-gpg:2.3.0'
}

0 comments on commit cec1427

Please sign in to comment.