mirror of
https://github.com/sparrowwallet/drongo.git
synced 2025-11-05 11:56:38 +00:00
update jna to v5.13.0
This commit is contained in:
parent
2468578e72
commit
e42931cd55
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ dependencies {
|
||||||
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.8.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.4.14') {
|
||||||
exclude group: 'org.slf4j'
|
exclude group: 'org.slf4j'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue