From d84f8d58ffc2e97bd378607cf23d0e8a051b3659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:42:55 +0000 Subject: [PATCH] Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj), software.amazon.awssdk:bom, [org.immutables:value](https://github.com/immutables/immutables) and [org.immutables:value-annotations](https://github.com/immutables/immutables). Updates `org.assertj:assertj-core` from 3.27.3 to 3.27.4 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4) Updates `software.amazon.awssdk:bom` from 2.32.14 to 2.32.19 Updates `org.immutables:value` from 2.11.1 to 2.11.2 - [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.1...2.11.2) Updates `org.immutables:value-annotations` from 2.11.1 to 2.11.2 - [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.1...2.11.2) Updates `org.immutables:value-annotations` from 2.11.1 to 2.11.2 - [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.1...2.11.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:bom dependency-version: 2.32.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value-annotations dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value-annotations dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8d2f097..eed586a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,10 +3,10 @@ [versions] aspectj = "1.9.24" -assertj = "3.27.3" +assertj = "3.27.4" aws-dynamodblocal = "2.6.1" awsSDK1 = "1.12.788" -awsSDK2 = "2.32.14" +awsSDK2 = "2.32.19" c3p0 = "0.11.2" caffine = "3.2.2" commons-codec = "1.19.0" @@ -16,7 +16,7 @@ dropwizard4 = "4.0.15" jreleaser = '1.18.0' jdbi = '3.49.5' jsr305 = "3.0.2" -immutables = '2.11.1' +immutables = '2.11.2' hsqldb = '2.7.4' jackson = '2.19.2' jetcd = "0.8.5"