mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
upgrade bouncy castle, pgpainless and logback
This commit is contained in:
parent
e42931cd55
commit
41cd6a68c0
1 changed files with 5 additions and 3 deletions
|
|
@ -18,13 +18,15 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation ('org.bouncycastle:bcprov-jdk18on:1.77')
|
implementation ('org.bouncycastle:bcprov-jdk18on:1.80')
|
||||||
implementation('org.pgpainless:pgpainless-core:1.6.7')
|
implementation('org.pgpainless:pgpainless-core:1.7.5') {
|
||||||
|
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib-common'
|
||||||
|
}
|
||||||
implementation ('de.mkammerer:argon2-jvm:2.11') {
|
implementation ('de.mkammerer:argon2-jvm:2.11') {
|
||||||
exclude group: 'net.java.dev.jna', module: 'jna'
|
exclude group: 'net.java.dev.jna', module: 'jna'
|
||||||
}
|
}
|
||||||
implementation ('net.java.dev.jna:jna:5.13.0')
|
implementation ('net.java.dev.jna:jna:5.13.0')
|
||||||
implementation ('ch.qos.logback:logback-classic:1.4.14') {
|
implementation ('ch.qos.logback:logback-classic:1.5.18') {
|
||||||
exclude group: 'org.slf4j'
|
exclude group: 'org.slf4j'
|
||||||
}
|
}
|
||||||
implementation ('org.slf4j:slf4j-api:2.0.12')
|
implementation ('org.slf4j:slf4j-api:2.0.12')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue