Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update to JUnit 5.7.1 #1087

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -53,12 +53,12 @@ configure(subprojects.findAll() { it.name != 'bots' }) {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.6.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
// Force Gradle to load the JUnit Platform Launcher from the module-path, as
// configured in buildSrc/.../ModulePlugin.java -- see SKARA-69 for details.
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.6.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.7.1'
}

compileJava.options.encoding = 'UTF-8'
Expand Down
4 changes: 2 additions & 2 deletions deps.env
Expand Up @@ -7,5 +7,5 @@ JDK_MACOS_X64_SHA256="578b17748f5a7d111474bc4c9b5a8a06b4a4aa1ba4a4bc3fef014e079e
JDK_WINDOWS_X64_URL="https://download.java.net/java/GA/jdk15.0.2/0d1cfde4252546c6931946de8db48ee2/7/GPL/openjdk-15.0.2_windows-x64_bin.zip"
JDK_WINDOWS_X64_SHA256="ecbe7f32bc6bff2b6c8e9b68f19cbf4ddf54a492c918ba471f32d645cf1c5cf4"

GRADLE_URL="https://services.gradle.org/distributions/gradle-6.8.2-bin.zip"
GRADLE_SHA256="8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610"
GRADLE_URL="https://services.gradle.org/distributions/gradle-6.8.3-bin.zip"
GRADLE_SHA256="7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205"