From 33edd787efc4084fb015a306c73fba64e3f3d087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:55:52 +0000 Subject: [PATCH] chore(lapis): bump the minorandpatch group across 1 directory with 3 updates Bumps the minorandpatch group with 3 updates in the /lapis directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin). Updates `org.springframework.boot` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.jetbrains.kotlin.jvm` from 2.3.21 to 2.4.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/v2.3.21...v2.4.0) Updates `org.jetbrains.kotlin.plugin.spring` from 2.3.21 to 2.4.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/v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch - dependency-name: org.jetbrains.kotlin.plugin.spring dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- lapis/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lapis/build.gradle b/lapis/build.gradle index 70fe3c537..32245cd24 100644 --- a/lapis/build.gradle +++ b/lapis/build.gradle @@ -2,10 +2,10 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { - id 'org.springframework.boot' version '4.0.6' + id 'org.springframework.boot' version '4.1.0' id 'io.spring.dependency-management' version '1.1.7' - id 'org.jetbrains.kotlin.jvm' version '2.3.21' - id 'org.jetbrains.kotlin.plugin.spring' version '2.3.21' + id 'org.jetbrains.kotlin.jvm' version '2.4.0' + id 'org.jetbrains.kotlin.plugin.spring' version '2.4.0' id 'org.jlleitschuh.gradle.ktlint' version "14.2.0" id 'org.springdoc.openapi-gradle-plugin' version "1.9.0" id 'antlr'