From 3edac7aa3fd6e2f0496aa242bd099a78f326dfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:03:27 +0000 Subject: [PATCH] build(deps): Bump com.google.mug:mug-safesql from 9.9.1 to 9.9.9 Bumps [com.google.mug:mug-safesql](https://github.com/google/mug) from 9.9.1 to 9.9.9. - [Release notes](https://github.com/google/mug/releases) - [Commits](https://github.com/google/mug/compare/mug-root-9.9.1...mug-root-9.9.9) --- updated-dependencies: - dependency-name: com.google.mug:mug-safesql dependency-version: 9.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3646dc19..a88234f2 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:9.9.9' + implementation 'com.google.mug:mug-guava:9.9.9' testImplementation 'com.github.mwiede:jsch:2.28.0'