From 0f68ca4c5c11d4afe37b3a9b1fad30215cb9f470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:02:33 +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.31.50` | `2.31.54` | | [com.mchange:c3p0](https://github.com/swaldman/c3p0) | `0.11.0` | `0.11.1` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.12.2` | `5.13.0` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.5` | `42.7.6` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.21.0` | `1.21.1` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.21.0` | `1.21.1` | Updates `software.amazon.awssdk:bom` from 2.31.50 to 2.31.54 Updates `com.mchange:c3p0` from 0.11.0 to 0.11.1 - [Changelog](https://github.com/swaldman/c3p0/blob/0.11.x/CHANGELOG) - [Commits](https://github.com/swaldman/c3p0/compare/v0.11.0...v0.11.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.postgresql:postgresql` from 42.7.5 to 42.7.6 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.5...REL42.7.6) Updates `org.testcontainers:testcontainers` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.1) Updates `org.testcontainers:postgresql` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.1) Updates `org.testcontainers:postgresql` from 1.21.0 to 1.21.1 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.0...1.21.1) --- updated-dependencies: - dependency-name: software.amazon.awssdk:bom dependency-version: 2.31.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.mchange:c3p0 dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.postgresql:postgresql dependency-version: 42.7.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:testcontainers dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.testcontainers:postgresql dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5010708..7a00296 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,8 +6,8 @@ aspectj = "1.9.24" assertj = "3.27.3" aws-dynamodblocal = "2.6.0" awsSDK1 = "1.12.783" -awsSDK2 = "2.31.50" -c3p0 = "0.11.0" +awsSDK2 = "2.31.54" +c3p0 = "0.11.1" caffine = "3.2.0" commons-codec = "1.18.0" commons-io = "2.19.0" @@ -20,15 +20,15 @@ immutables = '2.10.1' hsqldb = '2.7.4' jackson = '2.19.0' jetcd = "0.8.5" -junit-jupiter = "5.12.2" +junit-jupiter = "5.13.0" liquibase = '4.32.0' logback = '1.5.18' micrometer = '1.15.0' metrics = '4.2.32' mokito = '5.18.0' -pgjdbc = '42.7.5' +pgjdbc = '42.7.6' slf4j = '2.0.17' -testcontainers = '1.21.0' +testcontainers = '1.21.1' [libraries] aspectjrt = { module = "org.aspectj:aspectjrt", version.ref = "aspectj" }