From 96df53ed3e771fe23b940abb66b6bdd5175b8f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:15:21 +0000 Subject: [PATCH 1/2] Bump the dependencies group in /ktor-app with 2 updates Bumps the dependencies group in /ktor-app with 2 updates: [jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin). Updates `jvm` 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) Updates `org.jetbrains.kotlin.plugin.serialization` 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: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- ktor-app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ktor-app/build.gradle.kts b/ktor-app/build.gradle.kts index 4a04885..b00acee 100644 --- a/ktor-app/build.gradle.kts +++ b/ktor-app/build.gradle.kts @@ -8,9 +8,9 @@ val logbackVersion: String = project.property("logback_version") as String val postgresVersion: String = project.property("postgres_version") as String plugins { - kotlin("jvm") version "2.0.10" + kotlin("jvm") version "2.0.20" id("io.ktor.plugin") version "2.3.12" - id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10" + id("org.jetbrains.kotlin.plugin.serialization") version "2.0.20" id("org.jlleitschuh.gradle.ktlint") version "12.1.1" } From 32738883510330c501175069fff246f2664e8b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Vi=C3=B1as=20Alcon?= Date: Tue, 27 Aug 2024 12:42:33 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3b682f..19c5e1e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![Ktor](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/ktor.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/ktor.yml) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) -![Kotlin](https://img.shields.io/badge/Kotlin-2.0.10-blue?labelColor=black) +![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-blue?labelColor=black) ![Ktor](https://img.shields.io/badge/Ktor-2.3.12-blue?labelColor=black) [![Http4k](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/http4k.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/http4k.yml)