Skip to content

Commit

Permalink
Merge pull request #1397 from minvws/update-sqlcipher
Browse files Browse the repository at this point in the history
update to stop using vulnerable version of openssl
  • Loading branch information
ktiniatros committed Oct 6, 2022
2 parents 12273b8 + 6994df2 commit c248188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ buildscript {
ext.security_crypto_version = '1.0.0'
ext.rootbeer_version = '0.0.9'
ext.room_version = '2.4.2'
ext.sqlcypher_version = '4.4.0'
ext.sqlcypher_version = '4.4.3'
ext.sqlite_jdbc = '3.34.0'
ext.work_manager_version = '2.7.1'
ext.espresso_version = '3.4.0'
Expand Down

0 comments on commit c248188

Please sign in to comment.