update dependencies
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -8,13 +8,13 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
// run with gradle --no-daemon clean jmh
|
||||
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.0"
|
||||
classpath "me.champeau.gradle:jmh-gradle-plugin:0.5.2"
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
// usage: gradle dependencyUpdates -Drevision=release
|
||||
id "com.github.ben-manes.versions" version "0.28.0"
|
||||
id "com.github.ben-manes.versions" version "0.34.0"
|
||||
}
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
@@ -66,9 +66,9 @@ subprojects {
|
||||
|
||||
// dependencies that all sub-projects have
|
||||
dependencies {
|
||||
testCompile 'org.junit.jupiter:junit-jupiter-api:5.5.2'
|
||||
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
|
||||
testRuntime 'org.junit.platform:junit-platform-launcher:1.5.2' // needed by eclipse
|
||||
testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0'
|
||||
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
|
||||
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0' // needed by eclipse
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user