From 0213b75139c5b9721108745911885f528dbd5fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:53:11 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-test from 1.9.0 to 2.1.10 Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 1.9.0 to 2.1.10. - [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.9.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:production update-type: version-update:semver-major ... 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 7a93c88..bbb3d75 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("io.ktor:ktor-server-cors:$ktorVersion") dokkaGfmPlugin("org.jetbrains.dokka:jekyll-plugin:1.8.20") dokkaGfmPlugin("org.jetbrains.dokka:kotlin-as-java-plugin:1.8.20") - testImplementation("org.jetbrains.kotlin:kotlin-test:1.9.0") + testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.10") // https://mvnrepository.com/artifact/io.github.oshai/kotlin-logging-jvm //runtimeOnly("io.github.oshai:kotlin-logging:6.0.3") }