diff --git a/plugin-debezium-postgres/build.gradle b/plugin-debezium-postgres/build.gradle index 5923fff..bec58c5 100644 --- a/plugin-debezium-postgres/build.gradle +++ b/plugin-debezium-postgres/build.gradle @@ -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' }