From 45fd3d352002587bf2e91506a12dafa949aa3f10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 04:08:01 +0000 Subject: [PATCH] chore(deps)(deps): bump the gradle-patch-minor group across 1 directory with 5 updates Bumps the gradle-patch-minor group with 5 updates in the /Backend directory: | Package | From | To | | --- | --- | --- | | [org.webjars.npm:alpinejs](https://github.com/alpinejs/alpine) | `3.15.1` | `3.15.3` | | [jvm](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | com.netflix.dgs.codegen | `8.1.1` | `8.3.0` | Updates `org.webjars.npm:alpinejs` from 3.15.1 to 3.15.3 - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/compare/v3.15.1...v3.15.3) Updates `jvm` from 2.2.21 to 2.3.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.2.21...v2.3.0) Updates `plugin.spring` from 2.2.21 to 2.3.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.2.21...v2.3.0) Updates `plugin.jpa` from 2.2.21 to 2.3.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.2.21...v2.3.0) Updates `com.netflix.dgs.codegen` from 8.1.1 to 8.3.0 --- updated-dependencies: - dependency-name: org.webjars.npm:alpinejs dependency-version: 3.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-minor - dependency-name: jvm dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: plugin.spring dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: plugin.jpa dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: com.netflix.dgs.codegen dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor ... Signed-off-by: dependabot[bot] --- Backend/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Backend/build.gradle.kts b/Backend/build.gradle.kts index 438b9cc..f15f263 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -1,10 +1,10 @@ plugins { - kotlin("jvm") version "2.2.21" apply true - kotlin("plugin.spring") version "2.2.21" apply true - kotlin("plugin.jpa") version "2.2.21" apply true + kotlin("jvm") version "2.3.0" apply true + kotlin("plugin.spring") version "2.3.0" apply true + kotlin("plugin.jpa") version "2.3.0" apply true id("org.springframework.boot") version "3.5.7" id("io.spring.dependency-management") version "1.1.7" - id("com.netflix.dgs.codegen") version "8.1.1" + id("com.netflix.dgs.codegen") version "8.3.0" id("org.graalvm.buildtools.native") version "0.11.3" id("org.cyclonedx.bom") version "1.10.0" } @@ -49,7 +49,7 @@ dependencies { // Web & UI implementation("org.webjars.npm:htmx.org:2.0.8") - implementation("org.webjars.npm:alpinejs:3.15.1") + implementation("org.webjars.npm:alpinejs:3.15.3") implementation("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect") // Utilities