From a7de950334ca05fd54250f753938f1d0527e7252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:34:32 +0300 Subject: [PATCH] build(deps): Bump net.zetetic:sqlcipher-android from 4.5.6 to 4.5.7 (#296) Bumps [net.zetetic:sqlcipher-android](https://github.com/sqlcipher/sqlcipher-android) from 4.5.6 to 4.5.7. - [Release notes](https://github.com/sqlcipher/sqlcipher-android/releases) - [Commits](https://github.com/sqlcipher/sqlcipher-android/compare/v4.5.6...v4.5.7) --- 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 81ae328..c672433 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -118,7 +118,7 @@ slf4j = "2.0.13" # https://github.com/bcgit/bc-java bouncycastle = "1.78.1" # https://github.com/sqlcipher/sqlcipher-android -sqlcipherAndroid = "4.5.6" +sqlcipherAndroid = "4.5.7" # https://github.com/cashapp/sqldelight sqldelight = "2.0.2" # https://github.com/Willena/sqlite-jdbc-crypt