update 3rd party libs and gradle

This commit is contained in:
2018-12-07 14:06:59 +01:00
parent 253bbabd19
commit 20c555c30a
8 changed files with 16 additions and 18 deletions

View File

@@ -30,10 +30,10 @@ ext {
lib_primitive_collections='org.lucares:primitiveCollections:0.1.20181120195412'
lib_spring_boot_log4j2='org.springframework.boot:spring-boot-starter-log4j2:2.1.0.RELEASE'
lib_spring_boot_mustache='org.springframework.boot:spring-boot-starter-mustache:2.1.0.RELEASE'
lib_spring_boot_test='org.springframework.boot:spring-boot-starter-test:2.1.0.RELEASE'
lib_spring_boot_web='org.springframework.boot:spring-boot-starter-web:2.1.0.RELEASE'
lib_spring_boot_log4j2='org.springframework.boot:spring-boot-starter-log4j2:2.1.1.RELEASE'
lib_spring_boot_mustache='org.springframework.boot:spring-boot-starter-mustache:2.1.1.RELEASE'
lib_spring_boot_test='org.springframework.boot:spring-boot-starter-test:2.1.1.RELEASE'
lib_spring_boot_web='org.springframework.boot:spring-boot-starter-web:2.1.1.RELEASE'
}
/*
@@ -83,6 +83,6 @@ allprojects {
tasks.cleanEclipseJdt.dependsOn cleanEclipseSettings
}
task wrapper(type: Wrapper) {
gradleVersion = '4.10.2'
wrapper {
gradleVersion = '5.0'
}