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 {
url "https://plugins.gradle.org/m2/"
}
jcenter()
}
dependencies {
// run with Java 11 and ./gradlew --no-daemon clean jmh
@@ -14,7 +13,7 @@ buildscript {
plugins {
// 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'
@@ -23,8 +22,8 @@ apply plugin: 'eclipse'
ext {
javaVersion=11
version_junit = '5.7.1'
version_junit_platform = '1.7.1'
version_junit = '5.7.2'
version_junit_platform = '1.7.2'
}
@@ -108,5 +107,5 @@ subprojects {
}
wrapper {
gradleVersion = '7.0'
gradleVersion = '7.1.1'
}