From a1c92ae7b94166edc84b84eef7a6ce159839daf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 03:07:54 +0000 Subject: [PATCH] chore(deps)(deps): bump the gradle-patch-minor group across 1 directory with 8 updates Bumps the gradle-patch-minor group with 8 updates in the /Backend directory: | Package | From | To | | --- | --- | --- | | [org.webjars.npm:htmx.org](https://github.com/bigskysoftware/htmx) | `2.0.8` | `2.0.10` | | [org.webjars.npm:alpinejs](https://github.com/alpinejs/alpine) | `3.15.1` | `3.15.12` | | [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.3` | `3.2.4` | | [jvm](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.21` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.21` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.21` | | com.netflix.dgs.codegen | `8.1.1` | `8.5.0` | | org.cyclonedx.bom | `3.0.2` | `3.2.4` | Updates `org.webjars.npm:htmx.org` from 2.0.8 to 2.0.10 - [Release notes](https://github.com/bigskysoftware/htmx/releases) - [Changelog](https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md) - [Commits](https://github.com/bigskysoftware/htmx/compare/v2.0.8...v2.0.10) Updates `org.webjars.npm:alpinejs` from 3.15.1 to 3.15.12 - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/compare/v3.15.1...v3.15.12) Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.3...v3.2.4) Updates `jvm` from 2.2.21 to 2.3.21 - [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.21) Updates `plugin.spring` from 2.2.21 to 2.3.21 - [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.21) Updates `plugin.jpa` from 2.2.21 to 2.3.21 - [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.21) Updates `com.netflix.dgs.codegen` from 8.1.1 to 8.5.0 Updates `org.cyclonedx.bom` from 3.0.2 to 3.2.4 --- updated-dependencies: - dependency-name: org.webjars.npm:htmx.org dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-minor - dependency-name: org.webjars.npm:alpinejs dependency-version: 3.15.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-minor - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-minor - dependency-name: jvm dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: plugin.spring dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: plugin.jpa dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: com.netflix.dgs.codegen dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor - dependency-name: org.cyclonedx.bom dependency-version: 3.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-patch-minor ... Signed-off-by: dependabot[bot] --- Backend/build.gradle.kts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Backend/build.gradle.kts b/Backend/build.gradle.kts index c1d3ebf..e6a20d0 100644 --- a/Backend/build.gradle.kts +++ b/Backend/build.gradle.kts @@ -1,12 +1,12 @@ 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.21" apply true + kotlin("plugin.spring") version "2.3.21" apply true + kotlin("plugin.jpa") version "2.3.21" 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.5.0" id("org.graalvm.buildtools.native") version "0.11.3" - id("org.cyclonedx.bom") version "3.0.2" + id("org.cyclonedx.bom") version "3.2.4" } group = "org.openhdfpv" @@ -48,8 +48,8 @@ dependencies { implementation("com.graphql-java:graphql-java-extended-scalars") // Web & UI - implementation("org.webjars.npm:htmx.org:2.0.8") - implementation("org.webjars.npm:alpinejs:3.15.1") + implementation("org.webjars.npm:htmx.org:2.0.10") + implementation("org.webjars.npm:alpinejs:3.15.12") implementation("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect") // Utilities @@ -61,7 +61,7 @@ dependencies { implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14") implementation("nl.basjes.parse.useragent:yauaa:7.32.0") implementation("com.bucket4j:bucket4j-core:8.10.1") - implementation("com.github.ben-manes.caffeine:caffeine:3.2.3") + implementation("com.github.ben-manes.caffeine:caffeine:3.2.4") implementation("org.springframework.boot:spring-boot-starter-cache") // Kotlin