update 3rd party libs

This commit is contained in:
2021-07-11 08:13:44 +02:00
parent a7b599c8b4
commit f127faa98e
4 changed files with 6 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ buildscript {
maven { maven {
url "https://plugins.gradle.org/m2/" url "https://plugins.gradle.org/m2/"
} }
jcenter()
} }
dependencies { dependencies {
// run with Java 11 and ./gradlew --no-daemon clean jmh // run with Java 11 and ./gradlew --no-daemon clean jmh
@@ -14,7 +13,7 @@ buildscript {
plugins { plugins {
// usage: gradle dependencyUpdates -Drevision=release // usage: gradle dependencyUpdates -Drevision=release
id "com.github.ben-manes.versions" version "0.38.0" id "com.github.ben-manes.versions" version "0.39.0"
} }
apply plugin: 'java' apply plugin: 'java'
@@ -23,8 +22,8 @@ apply plugin: 'eclipse'
ext { ext {
javaVersion=11 javaVersion=11
version_junit = '5.7.1' version_junit = '5.7.2'
version_junit_platform = '1.7.1' version_junit_platform = '1.7.2'
} }
@@ -108,5 +107,5 @@ subprojects {
} }
wrapper { wrapper {
gradleVersion = '7.0' gradleVersion = '7.1.1'
} }

Binary file not shown.

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

2
gradlew vendored
View File

@@ -72,7 +72,7 @@ case "`uname`" in
Darwin* ) Darwin* )
darwin=true darwin=true
;; ;;
MINGW* ) MSYS* | MINGW* )
msys=true msys=true
;; ;;
NONSTOP* ) NONSTOP* )