This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 4815eff1 Upgrade to bouncycastle 1.78.1 (#252)
4815eff1 is described below

commit 4815eff1f261fd4fac880ee6550f50b111994102
Author: JB Onofré <[email protected]>
AuthorDate: Wed Sep 4 21:12:52 2024 +0200

    Upgrade to bouncycastle 1.78.1 (#252)
---
 gradle/libs.versions.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 948c9dba..84f6c5c6 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -36,7 +36,7 @@ assertj-core = { module = "org.assertj:assertj-core", version 
= "3.26.3" }
 auth0-jwt = { module = "com.auth0:java-jwt", version = "4.2.1" }
 awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.26.25" }
 azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.2.25" }
-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version = 
"1.78" }
+bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version = 
"1.78.1" }
 caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = 
"3.1.8" }
 commons-codec1 = { module = "commons-codec:commons-codec", version = "1.17.0" }
 commons-lang3 = { module = "org.apache.commons:commons-lang3", version = 
"3.17.0" }

Reply via email to