From a1bf9f138ed2b1d995c8f4138e83742fc478c66e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:31:21 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.10 to 2.0.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) --- 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 93b27c3..8153005 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ val ktorVersion = "2.3.12" val junitJupiterVersion = "5.11.0" val logbackVersion = "1.5.7" val logstashEncoderVersion = "8.0" -val kotlinVersion = "2.0.10" +val kotlinVersion = "2.0.20" val jacksonVersion = "2.17.2" val postgresqlVersion = "42.5.4" val hikariCPVersion = "5.1.0"