From 38ec6819626bbe1595bee2bd866ecf08d561498c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:33:56 +0000 Subject: [PATCH] build(deps): Bump net.zetetic:sqlcipher-android from 4.5.5 to 4.5.6 Bumps [net.zetetic:sqlcipher-android](https://github.com/sqlcipher/sqlcipher-android) from 4.5.5 to 4.5.6. - [Release notes](https://github.com/sqlcipher/sqlcipher-android/releases) - [Commits](https://github.com/sqlcipher/sqlcipher-android/compare/v4.5.5...v4.5.6) --- updated-dependencies: - dependency-name: net.zetetic:sqlcipher-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 713a1674..c05081d1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -117,7 +117,7 @@ slf4j = "2.0.11" # https://github.com/bcgit/bc-java bouncycastle = "1.77" # https://github.com/sqlcipher/sqlcipher-android -sqlcipherAndroid = "4.5.5" +sqlcipherAndroid = "4.5.6" # https://github.com/cashapp/sqldelight sqldelight = "2.0.1" # https://github.com/Willena/sqlite-jdbc-crypt