project: Update dependencies (#1542)

project: Update dependencies
This commit is contained in:
Owain van Brakel
2019-09-06 10:42:01 +02:00
committed by GitHub
3 changed files with 14 additions and 14 deletions

View File

@@ -27,20 +27,20 @@ ext {
// Dependencies versions // Dependencies versions
annotations = '17.0.0' annotations = '17.0.0'
antlr = '4.7.2' antlr = '4.7.2'
apacheCommonsCompress = '1.18' apacheCommonsCompress = '1.19'
apacheCommonsCsv = '1.7' apacheCommonsCsv = '1.7'
apacheCommonsText = '1.7' apacheCommonsText = '1.8'
asm = '7.1' asm = '7.1'
commonsCli = '1.4' commonsCli = '1.4'
discord = '1.1' discord = '1.1'
fernflower = '07082019' fernflower = '07082019'
findbugs = '3.0.2' findbugs = '3.0.2'
gson = '2.8.5' gson = '2.8.5'
guava = '28.0-jre' guava = '28.1-jre'
guice = '4.2.2' guice = '4.2.2'
h2 = '1.4.199' h2 = '1.4.199'
hamcrest = '2.1' hamcrest = '2.1'
httpcore = '4.4.11' httpcore = '4.4.12'
httpmime = '4.5.9' httpmime = '4.5.9'
javassist = '3.25.0-GA' javassist = '3.25.0-GA'
javax = '1.3.2' javax = '1.3.2'
@@ -51,7 +51,7 @@ ext {
jna = '5.4.0' jna = '5.4.0'
jogamp = '2.3.2' jogamp = '2.3.2'
jopt = '5.0.4' jopt = '5.0.4'
jooq = '3.11.12' jooq = '3.12.1'
junit = '4.12' junit = '4.12'
jupiter = '5.5.1' jupiter = '5.5.1'
logback = '1.2.3' logback = '1.2.3'
@@ -59,21 +59,21 @@ ext {
mapstruct = '1.3.0.Final' mapstruct = '1.3.0.Final'
mariadbJdbc = '2.4.3' mariadbJdbc = '2.4.3'
mavenPluginAnnotations = '3.6.0' mavenPluginAnnotations = '3.6.0'
mavenPluginApi = '3.6.1' mavenPluginApi = '3.6.2'
minio = '6.0.9' minio = '6.0.10'
mockito = '3.0.0' mockito = '3.0.0'
mongodbDriverSync = '3.11.0' mongodbDriverSync = '3.11.0'
mysqlConnectorJava = '8.0.17' mysqlConnectorJava = '8.0.17'
netty = '4.1.37.Final' netty = '4.1.39.Final'
okhttp3 = '4.1.0' okhttp3 = '4.1.0'
orangeExtensions = '1.0' orangeExtensions = '1.0'
petitparser = '2.2.0' petitparser = '2.2.0'
plexus = '3.2.1' plexus = '3.2.1'
rxjava = '2.2.11' rxjava = '2.2.12'
rxrelay = '2.1.0' rxrelay = '2.1.1'
scribejava = '6.7.0' scribejava = '6.7.0'
sisu = '0.3.3' sisu = '0.3.3'
slf4j = '1.7.26' slf4j = '1.7.28'
springJdbc = '5.1.9.RELEASE' springJdbc = '5.1.9.RELEASE'
springboot = '2.1.7.RELEASE' springboot = '2.1.7.RELEASE'
sql2o = '1.6.0' sql2o = '1.6.0'

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-5.6-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

4
gradlew vendored
View File

@@ -125,8 +125,8 @@ if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi fi
# For Cygwin, switch paths to Windows format before running java # For Cygwin or MSYS, switch paths to Windows format before running java
if $cygwin ; then if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"` APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"` JAVACMD=`cygpath --unix "$JAVACMD"`