From 1ea8dc5cd55fb1d50c863936830dfbd9f74dd5b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:23:58 +0000 Subject: [PATCH] build(deps): bump org.testcontainers:testcontainers-bom Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.19.4. - [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.19.1...1.19.4) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- data-service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-service/build.gradle b/data-service/build.gradle index 165d043b..7f033e3f 100644 --- a/data-service/build.gradle +++ b/data-service/build.gradle @@ -47,7 +47,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' //Used for integration tests - implementation platform('org.testcontainers:testcontainers-bom:1.19.1') + implementation platform('org.testcontainers:testcontainers-bom:1.19.4') testImplementation 'org.testcontainers:testcontainers' testImplementation 'org.testcontainers:junit-jupiter' testImplementation 'org.testcontainers:oracle-xe'