Update dependencies

This commit is contained in:
JakeJMattson 2020-09-07 21:00:43 -05:00
parent df707dcc35
commit c7c509ed3b
2 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.mini2Dx:gettext-gradle-plugin:1.1.1'
classpath 'org.mini2Dx:gettext-gradle-plugin:1.5.0'
}
}
@ -13,11 +13,11 @@ plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'com.github.johnrengelman.shadow' version '6.0.0'
id 'edu.sc.seis.macAppBundle' version '2.3.0'
id 'edu.sc.seis.launch4j' version '2.4.6'
id 'net.minecrell.licenser' version '0.4.1'
id 'com.github.ben-manes.versions' version '0.28.0'
id 'com.github.ben-manes.versions' version '0.30.0'
}
apply plugin: 'org.mini2Dx.gettext'
@ -48,18 +48,18 @@ dependencies {
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.7.2'
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
implementation 'net.mikehardy:google-analytics-java:2.0.11'
implementation 'io.sentry:sentry:1.7.30'
implementation 'org.mini2Dx:gettext-lib:1.3.0'
implementation 'org.mini2Dx:gettext-lib:1.5.0'
implementation 'org.apache.logging.log4j:log4j-api:2.13.3'
implementation 'org.apache.logging.log4j:log4j-core:2.13.3'
implementation 'com.sangupta:murmur:1.0.0'
implementation 'org.apache.commons:commons-lang3:3.10'
implementation 'com.formdev:flatlaf:0.37'
implementation 'com.formdev:flatlaf-extras:0.37'
implementation 'org.apache.commons:commons-lang3:3.11'
implementation 'com.formdev:flatlaf:0.41'
implementation 'com.formdev:flatlaf-extras:0.41'
implementation 'com.github.pack200:pack200:d5fd0807d6'
implementation 'com.github.oshi:oshi-core:5.2.3'
implementation 'com.github.oshi:oshi-core:5.2.5'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.5.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.5.0'

View file

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