Skip to content

Commit 828fa10

Browse files
fix(deps): update dependency org.conscrypt:conscrypt-android to v2.6.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b846aa4 commit 828fa10

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ dependencies {
229229
implementation("com.github.bitfireAT:dav4jvm:2.1.3") {
230230
exclude(group = "org.ogce", module = "xpp3") // Android comes with its own XmlPullParser
231231
}
232-
implementation("org.conscrypt:conscrypt-android:2.6.2")
232+
implementation("org.conscrypt:conscrypt-android:2.6.3")
233233
implementation("com.github.nextcloud-deps:qrcodescanner:0.1.2.4") // "com.github.blikoon:QRCodeScanner:0.1.2"
234234

235235
implementation("androidx.exifinterface:exifinterface:1.4.2")

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<trusted-key id="49CF4E3B2996BE658A57DD39655CCC51B9BD2C38">
220220
<trusting group="org.conscrypt" name="conscrypt-android" version="2.6.1"/>
221221
<trusting group="org.conscrypt" name="conscrypt-android" version="2.6.2"/>
222+
<trusting group="org.conscrypt" name="conscrypt-android" version="2.6.3"/>
222223
<trusting group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.6.1"/>
223224
<trusting group="org.conscrypt" name="conscrypt-openjdk-uber" version="2.6.2"/>
224225
</trusted-key>

0 commit comments

Comments
 (0)