From b878215bcd90552464cd784c36beafc58820a487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 03:17:53 +0000 Subject: [PATCH] Bump org.assertj:assertj-core in /testing/testcontainers/java Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.0. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- testing/testcontainers/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index abe604b3..c1d29885 100644 --- a/testing/testcontainers/java/build.gradle +++ b/testing/testcontainers/java/build.gradle @@ -25,7 +25,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:2.0.16' implementation 'org.slf4j:slf4j-simple:2.0.16' testImplementation 'junit:junit:4.13.2' - testImplementation "org.assertj:assertj-core:3.26.3" + testImplementation "org.assertj:assertj-core:3.27.0" testImplementation 'org.testcontainers:testcontainers:1.20.4' testImplementation 'org.testcontainers:cratedb:1.20.4' testImplementation 'org.testcontainers:postgresql:1.20.4'