From 3bf1b3b9ec7f3399967a13d07c1861517a27b37d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 00:48:55 +0000 Subject: [PATCH] Bump the dev-dependencies group with 6 updates Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:bom | `2.32.19` | `2.32.24` | | [org.immutables:value](https://github.com/immutables/immutables) | `2.11.2` | `2.11.3` | | [org.immutables:value-annotations](https://github.com/immutables/immutables) | `2.11.2` | `2.11.3` | | [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.15.2` | `1.15.3` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.18.0` | `5.19.0` | | [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.18.0` | `5.19.0` | Updates `software.amazon.awssdk:bom` from 2.32.19 to 2.32.24 Updates `org.immutables:value` from 2.11.2 to 2.11.3 - [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.2...2.11.3) Updates `org.immutables:value-annotations` from 2.11.2 to 2.11.3 - [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.2...2.11.3) Updates `org.immutables:value-annotations` from 2.11.2 to 2.11.3 - [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.2...2.11.3) Updates `io.micrometer:micrometer-core` from 1.15.2 to 1.15.3 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3) Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0) Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0) Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.32.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value-annotations dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.immutables:value-annotations dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: io.micrometer:micrometer-core dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eed586a..106f489 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ aspectj = "1.9.24" assertj = "3.27.4" aws-dynamodblocal = "2.6.1" awsSDK1 = "1.12.788" -awsSDK2 = "2.32.19" +awsSDK2 = "2.32.24" c3p0 = "0.11.2" caffine = "3.2.2" commons-codec = "1.19.0" @@ -16,16 +16,16 @@ dropwizard4 = "4.0.15" jreleaser = '1.18.0' jdbi = '3.49.5' jsr305 = "3.0.2" -immutables = '2.11.2' +immutables = '2.11.3' hsqldb = '2.7.4' jackson = '2.19.2' jetcd = "0.8.5" junit-jupiter = "5.13.4" liquibase = '4.33.0' logback = '1.5.18' -micrometer = '1.15.2' +micrometer = '1.15.3' metrics = '4.2.33' -mokito = '5.18.0' +mokito = '5.19.0' pgjdbc = '42.7.7' slf4j = '2.0.17' testcontainers = '1.21.3'