From 1e1e4877476eb1298f5d12616f0a95b40dea26d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:47:35 +0200 Subject: [PATCH] Bump the dependencies group in /quarkus-app with 2 updates (#220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump the dependencies group in /quarkus-app with 2 updates Bumps the dependencies group in /quarkus-app with 2 updates: [jvm](https://github.com/JetBrains/kotlin) and [plugin.allopen](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 `plugin.allopen` 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: plugin.allopen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] * Update README.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger ViƱas Alcon --- README.md | 2 +- quarkus-app/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a36e34..0ecb900 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Quarkus](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/quarkus.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/quarkus.yml) ![Java](https://img.shields.io/badge/Java-17-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) ![Quarkus](https://img.shields.io/badge/Quarkus-2.15.3.Final-blue?labelColor=black) [![Micronaut](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/micronaut.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/micronaut.yml) diff --git a/quarkus-app/build.gradle.kts b/quarkus-app/build.gradle.kts index 8150972..f265759 100644 --- a/quarkus-app/build.gradle.kts +++ b/quarkus-app/build.gradle.kts @@ -4,8 +4,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED plugins { - kotlin("jvm") version "2.0.10" - kotlin("plugin.allopen") version "2.0.10" + kotlin("jvm") version "2.0.20" + kotlin("plugin.allopen") version "2.0.20" id("io.quarkus") id("org.jlleitschuh.gradle.ktlint") version "12.1.1" }