Browse Source

update bouncycastle to 1.69

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 3 years ago
parent
commit
f3dd13c7c6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle
  2. 1 1
      lint.xml

+ 1 - 1
build.gradle

@@ -292,7 +292,7 @@ dependencies {
     implementation 'org.greenrobot:eventbus:3.2.0'
     implementation 'org.greenrobot:eventbus:3.2.0'
     implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.2'
     implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.2'
     implementation 'org.lukhnos:nnio:0.2'
     implementation 'org.lukhnos:nnio:0.2'
-    implementation 'org.bouncycastle:bcpkix-jdk15to18:1.68'
+    implementation 'org.bouncycastle:bcpkix-jdk15to18:1.69'
     implementation 'com.google.code.gson:gson:2.8.7'
     implementation 'com.google.code.gson:gson:2.8.7'
     implementation 'com.afollestad:sectioned-recyclerview:0.5.0'
     implementation 'com.afollestad:sectioned-recyclerview:0.5.0'
     implementation 'com.github.chrisbanes:PhotoView:2.3.0'
     implementation 'com.github.chrisbanes:PhotoView:2.3.0'

+ 1 - 1
lint.xml

@@ -7,7 +7,7 @@
     <issue id="InvalidPackage">
     <issue id="InvalidPackage">
         <ignore path="**/freemarker-2.*.*.jar" />
         <ignore path="**/freemarker-2.*.*.jar" />
         <ignore path="**/nnio-0.2.jar"/>
         <ignore path="**/nnio-0.2.jar"/>
-        <ignore path="**/bcpkix-jdk15on-1.65.jar" />
+        <ignore path="**/bcpkix-jdk15on-1.69.jar" />
     </issue>
     </issue>
 
 
     <issue id="UnusedResources">
     <issue id="UnusedResources">