Browse Source

Update dependency org.bouncycastle:bcpkix-jdk18on to v1.77

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
renovate[bot] 1 year ago
parent
commit
033b0f55ee
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/build.gradle
  2. 1 1
      app/lint.xml

+ 1 - 1
app/build.gradle

@@ -277,7 +277,7 @@ dependencies {
     implementation 'org.greenrobot:eventbus:3.3.1'
     implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.0'
     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'

+ 1 - 1
app/lint.xml

@@ -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">