diff --git a/.travis.yml b/.travis.yml index 596a6c1c5ba..dd93149df63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ dist: trusty sudo: true language: java jdk: -- oraclejdk9 +- openjdk11 notifications: email: diff --git a/build.gradle b/build.gradle index 7ae4caf7fd1..685dd700ec8 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { classpath 'org.kordamp.gradle:clirr-gradle-plugin:0.2.2' classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:1.12.+' classpath 'com.bmuschko:gradle-nexus-plugin:2.2' - classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.1" + classpath "gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin:1.6.4" classpath 'gradle.plugin.de.fuerstenau:BuildConfigPlugin:1.1.8' } } @@ -140,7 +140,7 @@ configure(subprojects.findAll { !['util', 'mongo-java-driver', 'driver-benchmark apply plugin: 'codenarc' dependencies { - testCompile 'org.codehaus.groovy:groovy-all:2.4.12' + testCompile 'org.codehaus.groovy:groovy-all:2.4.15' testCompile 'org.spockframework:spock-core:1.1-groovy-2.4' testCompile 'cglib:cglib-nodep:2.2.2' testCompile 'org.objenesis:objenesis:1.3' @@ -234,7 +234,7 @@ configure(subprojects.findAll { !['util', 'mongo-java-driver', 'driver-benchmark spotbugs { excludeFilter = new File(configDir, 'findbugs-exclude.xml') sourceSets = [sourceSets.main] - toolVersion = '3.1.3' + toolVersion = '3.1.7' } codenarc { @@ -318,7 +318,7 @@ def setJavaDocOptions(MinimalJavadocOptions options) { // Root project configuration // ////////////////////////////////////////// task wrapper(type: Wrapper) { - gradleVersion = '4.5.1' + gradleVersion = '4.10.2' } gradle.buildFinished { BuildResult result -> diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 91ca28c8b80..c44b679acd3 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 729cd4218b8..e0b3fb8d70b 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-4.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists