From 7ca37f6ae2718ed90d67cba7a2cfc78456f49afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:01:20 +0000 Subject: [PATCH] chore(deps): bump com.google.inject:guice from 5.1.0 to 7.0.0 Bumps [com.google.inject:guice](https://github.com/google/guice) from 5.1.0 to 7.0.0. - [Release notes](https://github.com/google/guice/releases) - [Commits](https://github.com/google/guice/compare/5.1.0...7.0.0) --- updated-dependencies: - dependency-name: com.google.inject:guice dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4af15433..db75ff74a 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ ext { version_coroutines = '1.7.3' version_hamcrest = '2.2' version_groovy = '4.0.13' - version_guice = '5.1.0' + version_guice = '7.0.0' version_jackson = '2.15.2' version_jackson_databind = '2.13.4.2' version_jaxb_api = '2.3.1'