From 5f6fa5d7ce658d644db6b7d3c752804728584d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 08:18:54 +0000 Subject: [PATCH] build(deps): bump the dependencies group in /apps/api with 4 updates Bumps the dependencies group in /apps/api with 4 updates: software.amazon.awssdk:bom, [jvm](https://github.com/JetBrains/kotlin), [plugin.spring](https://github.com/JetBrains/kotlin) and [plugin.jpa](https://github.com/JetBrains/kotlin). Updates `software.amazon.awssdk:bom` from 2.47.5 to 2.48.3 Updates `jvm` from 2.4.0 to 2.4.10 - [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.4.0...v2.4.10) Updates `plugin.spring` from 2.4.0 to 2.4.10 - [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.4.0...v2.4.10) Updates `plugin.jpa` from 2.4.0 to 2.4.10 - [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.4.0...v2.4.10) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.48.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: jvm dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: plugin.spring dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: plugin.jpa dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- apps/api/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/api/build.gradle.kts b/apps/api/build.gradle.kts index 9c2b9a7c..c28a2121 100644 --- a/apps/api/build.gradle.kts +++ b/apps/api/build.gradle.kts @@ -1,11 +1,11 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage plugins { - kotlin("jvm") version "2.4.0" - kotlin("plugin.spring") version "2.4.0" + kotlin("jvm") version "2.4.10" + kotlin("plugin.spring") version "2.4.10" id("org.springframework.boot") version "4.1.0" id("io.spring.dependency-management") version "1.1.7" - kotlin("plugin.jpa") version "2.4.0" + kotlin("plugin.jpa") version "2.4.10" jacoco // TODO: by JC, 12/26/25 - Re-enable detekt when compatible version is released // Issue: detekt 2.0.0-alpha.1 compiled with Kotlin 2.2.20, but we need Kotlin 2.3.0 for Java 25 JVM target @@ -67,7 +67,7 @@ dependencies { runtimeOnly("org.postgresql:postgresql") // Cloudflare R2 (S3-compatible) integration - implementation(platform("software.amazon.awssdk:bom:2.47.5")) + implementation(platform("software.amazon.awssdk:bom:2.48.3")) implementation("software.amazon.awssdk:s3") // OWASP HTML Sanitizer for XSS prevention