From 1f144846dba87ec99bd3c96446c9550feb8afc65 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 28 Apr 2019 14:40:43 +0200 Subject: [PATCH] update 3rd party libs and gradle --- build.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 866ac6c..eb8af51 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext { lib_log4j2_core = 'org.apache.logging.log4j:log4j-core:2.11.2' lib_log4j2_slf4j_impl = 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.2' - lib_primitive_collections='org.lucares:primitiveCollections:0.1.20190217091430' + lib_primitive_collections='org.lucares:primitiveCollections:0.1.20190428124907' lib_spring_boot_log4j2='org.springframework.boot:spring-boot-starter-log4j2:2.1.4.RELEASE' lib_spring_boot_mustache='org.springframework.boot:spring-boot-starter-mustache:2.1.4.RELEASE' @@ -58,7 +58,7 @@ subprojects { apply plugin: 'eclipse' // java compatibility version - sourceCompatibility = 11 + sourceCompatibility = 12 configurations { tests @@ -118,5 +118,5 @@ allprojects { } wrapper { - gradleVersion = '5.4' + gradleVersion = '5.4.1' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5f1b120..f4d7b2b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists