From fc0e98852aa8f084d7208e3d2b4fcc3ca91cdd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 19:05:37 +0000 Subject: [PATCH] build(deps): bump kotlin-test from 1.5.21 to 1.8.0 Bumps [kotlin-test](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.8.0. - [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.5.21...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-minor ... 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 a01243b..e9732ff 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -106,7 +106,7 @@ allprojects { implementation("ch.qos.logback:logback-classic:$logbackVersion") implementation("io.arrow-kt:arrow-core:$arrowVersion") testImplementation("io.ktor:ktor-server-test-host:$ktorVersion") - testImplementation("org.jetbrains.kotlin:kotlin-test:1.5.21") + testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.0") } tasks.withType {