From 2bef8dc2e1a2cb4261ff60c10dabc40bacf2d86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:01:29 +0000 Subject: [PATCH] build(deps): Bump com.google.mug:mug-guava from 9.9.1 to 10.6 Bumps [com.google.mug:mug-guava](https://github.com/google/mug) from 9.9.1 to 10.6. - [Release notes](https://github.com/google/mug/releases) - [Commits](https://github.com/google/mug/compare/mug-root-9.9.1...mug-root-10.6) --- updated-dependencies: - dependency-name: com.google.mug:mug-guava dependency-version: '10.6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cf0864c3..958ee685 100644 --- a/build.gradle +++ b/build.gradle @@ -55,8 +55,8 @@ dependencies { implementation 'com.google.zxing:core:3.5.4' implementation 'com.google.zxing:javase:3.5.4' - implementation 'com.google.mug:mug-safesql:9.9.1' - implementation 'com.google.mug:mug-guava:9.9.1' + implementation 'com.google.mug:mug-safesql:10.6' + implementation 'com.google.mug:mug-guava:10.6' testImplementation 'com.github.mwiede:jsch:2.28.2'