Updated JNA version

This commit is contained in:
nathan 2019-05-19 13:02:32 +02:00
parent d1d425cbf4
commit cea9fb528c

View File

@ -279,7 +279,7 @@ tasks.compileJava.get().apply {
dependencies { dependencies {
val bcVersion = "1.60" val bcVersion = "1.60"
val jnaVersion = "4.5.2" val jnaVersion = "5.3.1"
implementation("org.slf4j:slf4j-api:1.7.25") implementation("org.slf4j:slf4j-api:1.7.25")
implementation("com.github.jponge:lzma-java:1.3") implementation("com.github.jponge:lzma-java:1.3")