From a5c572e9de41ea06b7ca75f5b16b1c3653a4f7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:31:12 +0000 Subject: [PATCH] Bump the gradle group across 1 directory with 4 updates Bumps the gradle group with 4 updates in the / directory: [jvm](https://github.com/JetBrains/kotlin), [plugin.spring](https://github.com/JetBrains/kotlin), [plugin.jpa](https://github.com/JetBrains/kotlin) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `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 `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 `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.springframework.boot` from 3.2.5 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.5...v3.3.1) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8edfafe..e547eea 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,10 +1,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - kotlin("jvm") version "1.9.24" - kotlin("plugin.spring") version "1.9.24" - kotlin("plugin.jpa") version "1.9.24" - id("org.springframework.boot") version "3.2.5" + kotlin("jvm") version "2.0.0" + kotlin("plugin.spring") version "2.0.0" + kotlin("plugin.jpa") version "2.0.0" + id("org.springframework.boot") version "3.3.1" id("io.spring.dependency-management") version "1.1.5" id("org.sonarqube") version "5.0.0.4638" jacoco