diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-01-19 14:58:00 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-13 20:26:45 +0200 |
| commit | e1530fee893b5e9ceebf5e07b490c1c82da2e687 (patch) | |
| tree | b4154f98420c77b6851984f867712192f7917f02 /build.gradle | |
| parent | 5def0b8ec78c42902309470d0718bb34cbfb18c7 (diff) | |
chore: Update JUnit version to 5.3.2
This change updates JUnit dependency to version 5.3.2.
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index f8a34688..598f6535 100644 --- a/build.gradle +++ b/build.gradle @@ -23,9 +23,9 @@ */ plugins { - id 'org.jetbrains.kotlin.jvm' version '1.3.0' apply false + id 'org.jetbrains.kotlin.jvm' version '1.3.11' apply false id 'org.jetbrains.dokka' version '0.9.17' apply false - id 'org.jlleitschuh.gradle.ktlint' version '6.2.1' apply false + id 'org.jlleitschuh.gradle.ktlint' version '6.3.1' apply false } allprojects { @@ -33,14 +33,14 @@ allprojects { version = '2.0.0' ext { - junit_jupiter_version = '5.3.1' - junit_platform_version = '1.3.1' + junit_jupiter_version = '5.3.2' + junit_platform_version = '1.3.2' github_url = "https://github.com/atlarge-research/${rootProject.name}" } } wrapper { - gradleVersion = '4.10' + gradleVersion = '5.1' } // Wait for children to evaluate so we can configure tasks that are dependant on children |
