From baea9527d1becb64010818bbbaa20db456475505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:23:19 +0000 Subject: [PATCH] Bump org.glassfish.hk2:guice-bridge from 3.0.6 to 3.1.1 Bumps [org.glassfish.hk2:guice-bridge](https://github.com/eclipse-ee4j/glassfish-hk2) from 3.0.6 to 3.1.1. - [Release notes](https://github.com/eclipse-ee4j/glassfish-hk2/releases) - [Changelog](https://github.com/eclipse-ee4j/glassfish-hk2/blob/master/CHANGELOG) - [Commits](https://github.com/eclipse-ee4j/glassfish-hk2/commits) --- updated-dependencies: - dependency-name: org.glassfish.hk2:guice-bridge dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c4e44896..d30330b25 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ description = 'Dropwizard guice integration' ext { dropwizard = '5.0.0-rc.5' guice = '7.0.0' - hk2 = '3.0.6' + hk2 = '3.1.1' spockJunit5 = '1.2.0' guiceExtAnn = '2.0.1' guiceValidator = '3.0.2'