Skip to content

Commit 909e8d3

Browse files
authored
Upgrade to JUnit 5.6.0 (#204)
* Hello 2020 * JUnit 5.6.0 * Bump snapshot version * Acknowledge JUnit 4.13
1 parent a2f9034 commit 909e8d3

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ This repository contains multiple modules, divided into two sub-projects. The re
194194
## License
195195

196196
```
197-
Copyright 2017-2019 Marcel Schnelle
197+
Copyright 2017-2020 Marcel Schnelle
198198

199199
Licensed under the Apache License, Version 2.0 (the "License");
200200
you may not use this file except in compliance with the License.

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Artifacts {
3535
platform = Java,
3636
groupId = "de.mannodermaus.gradle.plugins",
3737
artifactId = "android-junit5",
38-
currentVersion = "1.5.2.1-SNAPSHOT",
38+
currentVersion = "1.6.0.0-SNAPSHOT",
3939
latestStableVersion = "1.5.2.0",
4040
license = license,
4141
description = "Unit Testing with JUnit 5 for Android."

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object Versions {
5353

5454
const val android_maven_publish: String = "3.6.2"
5555

56-
const val junit: String = "4.12"
56+
const val junit: String = "4.13"
5757

5858
const val assertj_core: String = "3.11.1"
5959

@@ -64,25 +64,20 @@ object Versions {
6464
const val org_jacoco_agent: String = "0.8.2"
6565
const val org_jacoco_ant: String = "0.8.2"
6666

67-
const val junit_pioneer: String = "0.2.2" // available: "0.3.0"
67+
const val junit_pioneer: String = "0.2.2"
6868

69-
const val org_junit_jupiter: String = "5.5.2"
69+
const val org_junit_jupiter: String = "5.6.0"
7070

71-
const val org_junit_platform: String = "1.5.2"
71+
const val org_junit_platform: String = "1.6.0"
7272

73-
const val junit_vintage_engine: String = "5.5.2"
73+
const val junit_vintage_engine: String = "5.6.0"
7474

75-
const val mockito_core: String = "2.19.0" // available: "2.23.4"
75+
const val mockito_core: String = "2.19.0"
7676

77-
const val mockito_kotlin: String = "2.1.0"
77+
const val mockito_kotlin: String = "2.1.0"
7878

79-
/**
80-
*
81-
* To update Gradle, edit the wrapper file at path:
82-
* ./gradle/wrapper/gradle-wrapper.properties
83-
*/
84-
object Gradle {
85-
const val runningVersion: String = "5.0"
79+
object Gradle {
80+
const val runningVersion: String = "5.0"
8681

8782
const val currentVersion: String = "5.0"
8883

0 commit comments

Comments
 (0)