Update gradle to 7.3.3

This commit is contained in:
DaCool
2022-01-03 10:52:03 +00:00
committed by Sheepit Renderfarm
parent e42dc34e9f
commit 76c5553e04
4 changed files with 163 additions and 114 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'
}
sourceCompatibility = '1.11'
@@ -28,10 +28,10 @@ dependencies {
implementation 'args4j:args4j:2.33'
implementation 'net.lingala.zip4j:zip4j:2.9.1'
implementation 'net.java.dev.jna:jna-platform:5.9.0'
implementation 'com.github.oshi:oshi-core:5.8.5'
implementation 'com.github.oshi:oshi-core:5.8.6'
implementation 'org.simpleframework:simple-xml:2.7.1'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
implementation 'com.formdev:flatlaf:1.6.4'
implementation 'com.formdev:flatlaf:1.6.5'
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.squareup.okhttp3:okhttp-urlconnection:4.9.3'
implementation 'org.slf4j:slf4j-nop:1.7.32'