diff --git a/app/build.gradle b/app/build.gradle index 1e7b055..de36dd5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,12 +51,12 @@ dependencies { implementation 'com.google.android.material:material:1.10.0' implementation 'androidx.core:core-ktx:1.12.0' implementation 'com.wdullaer:materialdatetimepicker:3.5.2' - implementation 'org.jmrtd:jmrtd:0.7.18' + implementation 'org.jmrtd:jmrtd:0.7.40' implementation 'net.sf.scuba:scuba-sc-android:0.0.18' implementation 'com.madgag.spongycastle:prov:1.54.0.0' implementation 'com.gemalto.jp2:jp2-android:1.0.3' implementation 'com.github.mhshams:jnbis:1.1.0' - implementation 'org.bouncycastle:bcpkix-jdk15on:1.65' // do not update + implementation 'org.bouncycastle:bcpkix-jdk18on:1.76' // do not update implementation 'commons-io:commons-io:2.11.0' googleImplementation platform('com.google.firebase:firebase-bom:32.5.0') googleImplementation 'com.google.firebase:firebase-analytics-ktx'