From 194ed703d5c77cbdf7dffa0384e729e80cbe0de7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 08:11:56 +0000 Subject: [PATCH] Bump kotlin-stdlib from 1.7.21 to 1.7.22 Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.7.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.7.21...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... 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 c2654736..8134d811 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { } } } - implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.21") + implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.22") implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22") implementation("io.github.microutils:kotlin-logging:3.0.4")