This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push: new 3feec2e183 [MINOR UPDATE] Update bouncycastle to 1.78.1 due to CVEs (#2903) 3feec2e183 is described below commit 3feec2e1836492eef998bb244293f90991348b3a Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Sat Apr 20 05:59:54 2024 +0200 [MINOR UPDATE] Update bouncycastle to 1.78.1 due to CVEs (#2903) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a73bb87ff8..1b48ce63c8 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ <asm.version>9.5</asm.version> <avatica.version>1.23.0</avatica.version> <avro.version>1.11.3</avro.version> - <bouncycastle.version>1.77</bouncycastle.version> + <bouncycastle.version>1.78.1</bouncycastle.version> <calcite.groupId>org.apache.calcite</calcite.groupId> <calcite.version>1.34.0</calcite.version> <codemodel.version>2.6</codemodel.version>