From f1167deda693b2ed96e5e6d37a446f4e035d9743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:04:49 +0300 Subject: [PATCH] build(deps): Bump net.zetetic:sqlcipher-android from 4.6.0 to 4.6.1 (#544) Bumps [net.zetetic:sqlcipher-android](https://github.com/sqlcipher/sqlcipher-android) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/sqlcipher/sqlcipher-android/releases) - [Commits](https://github.com/sqlcipher/sqlcipher-android/commits) --- updated-dependencies: - dependency-name: net.zetetic:sqlcipher-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 058bb8e..d11a723 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -117,7 +117,7 @@ slf4j = "2.0.16" # https://github.com/bcgit/bc-java bouncycastle = "1.78.1" # https://github.com/sqlcipher/sqlcipher-android -sqlcipherAndroid = "4.6.0" +sqlcipherAndroid = "4.6.1" # https://github.com/cashapp/sqldelight sqldelight = "2.0.2" # https://github.com/Willena/sqlite-jdbc-crypt