From 6fc8f0c5c6a70856aa493d8584860128837d1131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:02:10 +0000 Subject: [PATCH] Bump kotlin-test from 1.3.72 to 1.4.30 Bumps [kotlin-test](https://github.com/JetBrains/kotlin) from 1.3.72 to 1.4.30. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.3.72...v1.4.30) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cee48b6..3a90218 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("com.github.haifengl:smile-kotlin:$smileVersion") testImplementation("org.amshove.kluent:kluent:$kluentVersion") - testImplementation("org.jetbrains.kotlin:kotlin-test:1.3.72") + testImplementation("org.jetbrains.kotlin:kotlin-test:1.4.30") testImplementation("junit:junit:4.12") }