Update JNA

This commit is contained in:
DaCool
2022-08-29 15:58:47 +00:00
committed by harlekin
parent 55a81985f4
commit 5d622da102

View File

@@ -27,11 +27,11 @@ dependencies {
implementation 'args4j:args4j:2.33'
implementation 'net.lingala.zip4j:zip4j:2.11.1'
implementation 'net.java.dev.jna:jna-platform:5.11.0'
implementation 'net.java.dev.jna:jna-platform:5.12.1'
implementation 'com.github.oshi:oshi-core:6.2.2'
implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.formdev:flatlaf:2.2' // 2.3 causes illegal reflective access warning on win + adoptium java 11.0.16
implementation 'com.formdev:flatlaf:2.2' // 2.3+ causes illegal reflective access warning on win + adoptium java 11.0.16
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.10.0'
implementation 'org.slf4j:slf4j-nop:1.7.36'