Skip to content

Commit aa62a6f

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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/build.gradle

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

265265
implementation 'org.greenrobot:eventbus:3.3.1'
266-
implementation 'net.zetetic:sqlcipher-android:4.12.0'
266+
implementation 'net.zetetic:sqlcipher-android:4.13.0'
267267

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

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
<trusting group="net.zetetic" name="sqlcipher-android" version="4.10.0"/>
200200
<trusting group="net.zetetic" name="sqlcipher-android" version="4.11.0"/>
201201
<trusting group="net.zetetic" name="sqlcipher-android" version="4.12.0"/>
202+
<trusting group="net.zetetic" name="sqlcipher-android" version="4.13.0"/>
202203
<trusting group="net.zetetic" name="sqlcipher-android" version="4.9.0"/>
203204
</trusted-key>
204205
<trusted-key id="635EE627345F3C1DD422B2E207D3516820BCF6B1" group="com.github.ben-manes.caffeine" name="caffeine" version="2.9.3"/>

0 commit comments

Comments
 (0)