chore: update dependencies and gradle wrapper
This commit is contained in:
parent
71e6f5f0a3
commit
e6b9bc91de
4 changed files with 14 additions and 13 deletions
|
@ -18,3 +18,4 @@ This changelog only contains the changes that are unreleased. For changes for in
|
|||
|
||||
### Misc
|
||||
- Remove dependency on pack200 [#516]
|
||||
- Update dependencies and gradle wrapper
|
||||
|
|
24
build.gradle
24
build.gradle
|
@ -6,7 +6,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.mini2Dx:gettext-gradle-plugin:1.9.1'
|
||||
classpath 'org.mini2Dx:gettext-gradle-plugin:1.10.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,9 +17,9 @@ plugins {
|
|||
id 'org.cadixdev.licenser' version '0.6.1'
|
||||
id 'com.adarshr.test-logger' version '3.0.0'
|
||||
id 'edu.sc.seis.macAppBundle' version '2.3.0'
|
||||
id 'edu.sc.seis.launch4j' version '2.5.0'
|
||||
id 'edu.sc.seis.launch4j' version '2.5.1'
|
||||
id 'de.undercouch.download' version '4.1.2'
|
||||
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||
id 'com.github.johnrengelman.shadow' version '7.1.0'
|
||||
id 'com.github.ben-manes.versions' version '0.39.0'
|
||||
}
|
||||
|
||||
|
@ -44,38 +44,38 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'net.java.dev.jna:jna:5.8.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.7'
|
||||
implementation 'net.java.dev.jna:jna:5.9.0'
|
||||
implementation 'com.google.code.gson:gson:2.8.8'
|
||||
implementation 'org.tukaani:xz:1.9'
|
||||
implementation 'com.mojang:authlib:1.5.21'
|
||||
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 'com.squareup.okhttp3:okhttp:4.9.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.2'
|
||||
implementation 'net.mikehardy:google-analytics-java:2.0.11'
|
||||
implementation 'io.sentry:sentry:1.7.30'
|
||||
implementation 'org.mini2Dx:gettext-lib:1.7.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.14.0'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.14.0'
|
||||
implementation 'org.mini2Dx:gettext-lib:1.9.1'
|
||||
implementation 'org.mini2Dx:gettext-lib:1.10.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-api:2.14.1'
|
||||
implementation 'org.apache.logging.log4j:log4j-core:2.14.1'
|
||||
implementation 'com.sangupta:murmur:1.0.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation 'com.formdev:flatlaf:1.6.1'
|
||||
implementation 'com.formdev:flatlaf-extras:1.6.1'
|
||||
implementation 'com.github.oshi:oshi-core:5.8.0'
|
||||
implementation 'com.github.oshi:oshi-core:5.8.2'
|
||||
implementation 'net.freeutils:jlhttp:2.6'
|
||||
implementation 'joda-time:joda-time:2.10.10'
|
||||
implementation 'joda-time:joda-time:2.10.12'
|
||||
implementation 'org.apache.commons:commons-compress:1.21'
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
|
||||
testImplementation 'org.assertj:assertj-swing-junit:3.17.1'
|
||||
testImplementation 'org.mock-server:mockserver-netty:5.11.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
|
||||
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
|
||||
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.8.1'
|
||||
}
|
||||
|
||||
application {
|
||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
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.1.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue