From 4812467f4dc949913c67141f78ef159e5495ce5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:20:52 +0000 Subject: [PATCH] Bump the kotlin group across 1 directory with 4 updates Bumps the kotlin group with 4 updates in the / directory: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin.plugin.jpa](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.jvm` from 1.9.24 to 2.0.0 - [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.9.24...v2.0.0) Updates `org.jetbrains.kotlin.plugin.spring` from 1.9.24 to 2.0.0 - [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.9.24...v2.0.0) Updates `org.jetbrains.kotlin.plugin.jpa` from 1.9.24 to 2.0.0 - [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.9.24...v2.0.0) Updates `org.jetbrains.kotlin.multiplatform` from 1.9.24 to 2.0.0 - [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.9.24...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.plugin.jpa dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin - dependency-name: org.jetbrains.kotlin.multiplatform dependency-type: direct:production update-type: version-update:semver-major dependency-group: kotlin ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3b1f85e..9214c86 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [plugins] -kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.24" } -kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version = "1.9.24" } -kotlin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version = "1.9.24" } -kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "1.9.24" } +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "2.0.0" } +kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version = "2.0.0" } +kotlin-jpa = { id = "org.jetbrains.kotlin.plugin.jpa", version = "2.0.0" } +kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version = "2.0.0" } spring-boot = { id = "org.springframework.boot", version = "3.3.1" } spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.5" } flyway = { id = "org.flywaydb.flyway", version = "10.15.0" }