This is an automated email from the ASF dual-hosted git repository.
jbonofre 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 c6884e56 Upgrade AWS SDK to version 2.28.15 (#346)
c6884e56 is described below
commit c6884e56d8108eb3891669607879a58d359d6ef7
Author: sullis <[email protected]>
AuthorDate: Sat Oct 5 00:31:25 2024 -0400
Upgrade AWS SDK to version 2.28.15 (#346)
---
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 c69cca0d..f13db010 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -34,7 +34,7 @@ swagger = "1.6.14"
#
assertj-core = { module = "org.assertj:assertj-core", version = "3.26.3" }
auth0-jwt = { module = "com.auth0:java-jwt", version = "4.4.0" }
-awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.26.31" }
+awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.28.15" }
azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.2.27" }
bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version =
"1.78.1" }
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version =
"3.1.8" }