From e8ac1d5ce32478eb8758eeeca8e4408c9d2fde38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:17:00 +0000 Subject: [PATCH] Bump the dev-dependencies group with 3 updates Bumps the dev-dependencies group with 3 updates: software.amazon.awssdk:bom, [org.immutables:value-annotations](https://github.com/immutables/immutables) and [org.immutables:value](https://github.com/immutables/immutables). Updates `software.amazon.awssdk:bom` from 2.38.7 to 2.39.2 Updates `org.immutables:value-annotations` from 2.11.6 to 2.11.7 - [Release notes](https://github.com/immutables/immutables/releases) - [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml) - [Commits](https://github.com/immutables/immutables/compare/2.11.6...2.11.7) Updates `org.immutables:value` from 2.11.6 to 2.11.7 - [Release notes](https://github.com/immutables/immutables/releases) - [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml) - [Commits](https://github.com/immutables/immutables/compare/2.11.6...2.11.7) Updates `org.immutables:value` from 2.11.6 to 2.11.7 - [Release notes](https://github.com/immutables/immutables/releases) - [Changelog](https://github.com/immutables/immutables/blob/master/jreleaser.yml) - [Commits](https://github.com/immutables/immutables/compare/2.11.6...2.11.7) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.39.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.immutables:value-annotations dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a21507d..afff667 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ aspectj = "1.9.25" assertj = "3.27.6" aws-dynamodblocal = "2.6.1" awsSDK1 = "1.12.793" -awsSDK2 = "2.38.7" +awsSDK2 = "2.39.2" c3p0 = "0.11.2" caffine = "3.2.3" commons-codec = "1.20.0" @@ -13,7 +13,7 @@ commons-io = "2.21.0" dagger = "2.57.2" dropwizard4 = "5.0.0" hsqldb = "2.7.4" -immutables = "2.11.6" +immutables = "2.11.7" jackson = "2.20.1" jackson_annotations = "2.20" jdbi = "3.50.0"