chore: update dependencies and gradle
This commit is contained in:
parent
1496d414f9
commit
16cf911623
2 changed files with 8 additions and 8 deletions
14
build.gradle
14
build.gradle
|
@ -18,7 +18,7 @@ plugins {
|
|||
id 'com.adarshr.test-logger' version '3.2.0'
|
||||
id 'edu.sc.seis.macAppBundle' version '2.3.0'
|
||||
id 'edu.sc.seis.launch4j' version '2.5.2'
|
||||
id 'de.undercouch.download' version '5.0.1'
|
||||
id 'de.undercouch.download' version '5.0.2'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||
id 'com.github.ben-manes.versions' version '0.42.0'
|
||||
}
|
||||
|
@ -52,11 +52,11 @@ dependencies {
|
|||
implementation 'net.iharder:base64:2.3.9'
|
||||
implementation 'com.github.Vatuu:discord-rpc:1.6.2'
|
||||
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
||||
implementation 'org.zeroturnaround:zt-zip:1.14'
|
||||
implementation 'org.zeroturnaround:zt-zip:1.15'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||
implementation 'com.squareup.okhttp3:okhttp-tls:4.9.3'
|
||||
implementation 'net.mikehardy:google-analytics-java:2.0.11'
|
||||
implementation 'io.sentry:sentry:5.6.2'
|
||||
implementation 'io.sentry:sentry:5.7.0'
|
||||
implementation 'org.mini2Dx:gettext-lib:1.10.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.16.0'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.16.0'
|
||||
|
@ -66,11 +66,11 @@ dependencies {
|
|||
implementation 'com.sangupta:murmur:1.0.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'org.apache.commons:commons-text:1.9'
|
||||
implementation 'com.formdev:flatlaf:2.0.2'
|
||||
implementation 'com.formdev:flatlaf-extras:2.0.2'
|
||||
implementation 'com.github.oshi:oshi-core:6.1.4'
|
||||
implementation 'com.formdev:flatlaf:2.1'
|
||||
implementation 'com.formdev:flatlaf-extras:2.1'
|
||||
implementation 'com.github.oshi:oshi-core:6.1.5'
|
||||
implementation 'net.freeutils:jlhttp:2.6'
|
||||
implementation 'joda-time:joda-time:2.10.13'
|
||||
implementation 'joda-time:joda-time:2.10.14'
|
||||
implementation 'org.apache.commons:commons-compress:1.21'
|
||||
implementation 'org.commonmark:commonmark:0.18.2'
|
||||
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue