Update dependencies

This commit is contained in:
DaCool
2022-03-03 09:04:13 +00:00
committed by Sheepit Renderfarm
parent 80c1f82454
commit b96118b7b5
3 changed files with 4 additions and 4 deletions

View File

@@ -28,13 +28,13 @@ dependencies {
implementation 'args4j:args4j:2.33' implementation 'args4j:args4j:2.33'
implementation 'net.lingala.zip4j:zip4j:2.9.1' implementation 'net.lingala.zip4j:zip4j:2.9.1'
implementation 'net.java.dev.jna:jna-platform:5.9.0' implementation 'net.java.dev.jna:jna-platform:5.9.0'
implementation 'com.github.oshi:oshi-core:5.8.6' implementation 'com.github.oshi:oshi-core:6.1.2'
implementation 'org.simpleframework:simple-xml:2.7.1' implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'javax.xml.bind:jaxb-api:2.3.1' implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.formdev:flatlaf:1.6.5' implementation 'com.formdev:flatlaf:2.0.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.3' implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.9.3' implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.9.3'
implementation 'org.slf4j:slf4j-nop:1.7.32' implementation 'org.slf4j:slf4j-nop:1.7.35'
} }
jar { jar {

Binary file not shown.

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists