From 74b4ca81e779597b390da6abee2f3c9d25e9ad78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:56:26 +0100 Subject: [PATCH] Bump jvm from 1.9.22 to 1.9.23 in /springboot-app (#148) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump jvm from 1.9.22 to 1.9.23 in /springboot-app Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch ... 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 +- springboot-app/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2565258..dac6b00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![SpringBoot](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/springboot.yml/badge.svg)](https://github.com/rogervinas/top-5-server-side-kotlin-frameworks-2022/actions/workflows/springboot.yml) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) -![Kotlin](https://img.shields.io/badge/Kotlin-1.9.22-blue?labelColor=black) +![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue?labelColor=black) ![SpringBoot](https://img.shields.io/badge/SpringBoot-3.2.3-blue?labelColor=black) [![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) diff --git a/springboot-app/build.gradle.kts b/springboot-app/build.gradle.kts index d94aa70..11e2736 100644 --- a/springboot-app/build.gradle.kts +++ b/springboot-app/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("org.springframework.boot") version "3.2.3" id("io.spring.dependency-management") version "1.1.4" - kotlin("jvm") version "1.9.22" + kotlin("jvm") version "1.9.23" kotlin("plugin.spring") version "1.9.22" }