From c735ad98ff0854cafa7b8ee5c0f38739b778fa28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:28:47 +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.35.0 to 2.35.5 Updates `org.immutables:value-annotations` from 2.11.4 to 2.11.6 - [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.4...2.11.6) Updates `org.immutables:value` from 2.11.4 to 2.11.6 - [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.4...2.11.6) Updates `org.immutables:value` from 2.11.4 to 2.11.6 - [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.4...2.11.6) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.35.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value-annotations dependency-version: 2.11.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value dependency-version: 2.11.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value dependency-version: 2.11.6 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 c196aa6..7f7408b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ aspectj = "1.9.24" assertj = "3.27.6" aws-dynamodblocal = "2.6.1" awsSDK1 = "1.12.792" -awsSDK2 = "2.35.0" +awsSDK2 = "2.35.5" c3p0 = "0.11.2" caffine = "3.2.2" commons-codec = "1.19.0" @@ -13,7 +13,7 @@ commons-io = "2.20.0" dagger = "2.57.2" dropwizard4 = "5.0.0" hsqldb = "2.7.4" -immutables = "2.11.4" +immutables = "2.11.6" jackson = "2.20.0" jackson_annotations = "2.20" jdbi = "3.49.6"