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 be0c0d20 main: Update dependency
org.glassfish.jersey.inject:jersey-hk2 to v3.1.10 (#706)
be0c0d20 is described below
commit be0c0d20a8de6453a5ef2be21c541519ecafbc3d
Author: Mend Renovate <[email protected]>
AuthorDate: Sat Jan 11 21:39:31 2025 +0100
main: Update dependency org.glassfish.jersey.inject:jersey-hk2 to v3.1.10
(#706)
---
dropwizard/service/build.gradle.kts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dropwizard/service/build.gradle.kts
b/dropwizard/service/build.gradle.kts
index b1357f29..28d885dd 100644
--- a/dropwizard/service/build.gradle.kts
+++ b/dropwizard/service/build.gradle.kts
@@ -37,7 +37,7 @@ dependencies {
implementation("io.dropwizard:dropwizard-core")
implementation("io.dropwizard:dropwizard-auth")
implementation("io.dropwizard:dropwizard-json-logging")
- implementation("org.glassfish.jersey.inject:jersey-hk2:3.0.16")
+ implementation("org.glassfish.jersey.inject:jersey-hk2:3.1.10")
implementation(platform(libs.iceberg.bom))
implementation("org.apache.iceberg:iceberg-api")