update 3rd party libs and gradle

This commit is contained in:
2019-04-28 14:40:43 +02:00
parent 9fb1a136c8
commit 1f144846db
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ ext {
lib_log4j2_core = 'org.apache.logging.log4j:log4j-core:2.11.2' 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_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_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' lib_spring_boot_mustache='org.springframework.boot:spring-boot-starter-mustache:2.1.4.RELEASE'
@@ -58,7 +58,7 @@ subprojects {
apply plugin: 'eclipse' apply plugin: 'eclipse'
// java compatibility version // java compatibility version
sourceCompatibility = 11 sourceCompatibility = 12
configurations { configurations {
tests tests
@@ -118,5 +118,5 @@ allprojects {
} }
wrapper { wrapper {
gradleVersion = '5.4' gradleVersion = '5.4.1'
} }

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