Skip to content

Commit ea801f2

Browse files
fix(deps): update dependency net.zetetic:sqlcipher-android to v4.11.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d533ee7 commit ea801f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ dependencies {
264264
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
265265

266266
implementation 'org.greenrobot:eventbus:3.3.1'
267-
implementation 'net.zetetic:sqlcipher-android:4.10.0'
267+
implementation 'net.zetetic:sqlcipher-android:4.11.0'
268268

269269
implementation "androidx.room:room-runtime:${roomVersion}"
270270
implementation "androidx.room:room-rxjava2:${roomVersion}"

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
<trusted-key id="61DEBD732F3F07771269972E2F87304808D40CEC">
189189
<trusting group="net.zetetic" name="android-database-sqlcipher" version="4.5.4"/>
190190
<trusting group="net.zetetic" name="sqlcipher-android" version="4.10.0"/>
191+
<trusting group="net.zetetic" name="sqlcipher-android" version="4.11.0"/>
191192
<trusting group="net.zetetic" name="sqlcipher-android" version="4.9.0"/>
192193
</trusted-key>
193194
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>

0 commit comments

Comments
 (0)