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 8f14363a Upgrade to Dropwizard 4.0.8 (#248)
8f14363a is described below
commit 8f14363abc42ea6d95b67bc407f825b0af9bb4f6
Author: JB Onofré <[email protected]>
AuthorDate: Thu Sep 5 18:06:07 2024 +0200
Upgrade to Dropwizard 4.0.8 (#248)
This release includes a lot of dependency updates bringing fixes and
security enhancements.
You can take a look on the Release Notes for details:
https://github.com/dropwizard/dropwizard/releases/tag/v4.0.8
---
gradle/libs.versions.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index bafa88f6..49a1106a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -20,7 +20,7 @@
[versions]
hadoop = "3.4.0"
iceberg = "1.5.0"
-dropwizard = "4.0.7"
+dropwizard = "4.0.8"
slf4j = "2.0.13"
swagger = "1.6.14"
@@ -40,7 +40,7 @@ bouncycastle-bcprov = { module =
"org.bouncycastle:bcprov-jdk18on", version = "1
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version =
"3.1.8" }
commons-codec1 = { module = "commons-codec:commons-codec", version = "1.17.1" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version =
"3.17.0" }
-dropwizard-bom = { module = "io.dropwizard:dropwizard-bom", version = "4.0.7" }
+dropwizard-bom = { module = "io.dropwizard:dropwizard-bom", version.ref =
"dropwizard" }
eclipselink = { module = "org.eclipse.persistence:eclipselink", version =
"4.0.4" }
errorprone = { module = "com.google.errorprone:error_prone_core", version =
"2.29.2" }
google-cloud-storage-bom = { module =
"com.google.cloud:google-cloud-storage-bom", version = "2.42.0" }