mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Merge pull request #12495 from nextcloud/renovate/org.bouncycastle-bcpkix-jdk18on-1.x
Update dependency org.bouncycastle:bcpkix-jdk18on to v1.77
This commit is contained in:
commit
0c95d5a77d
2 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ dependencies {
|
|||
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||
implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.1'
|
||||
implementation 'org.lukhnos:nnio:0.3'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk18on:1.75'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk18on:1.77'
|
||||
implementation 'com.google.code.gson:gson:2.10.1'
|
||||
implementation 'com.github.nextcloud-deps:sectioned-recyclerview:0.6.1'
|
||||
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<issue id="TrustAllX509TrustManager">
|
||||
<ignore path="**/bouncycastle/est/jcajce/*.class" />
|
||||
<ignore path="**/bcpkix-jdk15to18-1.72.jar" />
|
||||
<ignore path="**/bcpkix-jdk18on-1.75.jar" />
|
||||
<ignore path="**/bcpkix-jdk18on-1.**.jar" />
|
||||
</issue>
|
||||
|
||||
<issue id="RestrictedApi" severity="error">
|
||||
|
|
Loading…
Reference in a new issue