From c74f4ae065aa647d6f4a824b9647dd2bfde52499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:05:50 +0000 Subject: [PATCH] build(deps): bump kotlin-test from 1.5.21 to 1.7.22 Bumps [kotlin-test](https://github.com/JetBrains/kotlin) from 1.5.21 to 1.7.22. - [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.7.22) --- 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..1499e35 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.7.22") } tasks.withType {