From 22523215ef0f5be25f3555a1248fc5aacb29de91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 15:04:41 +0000 Subject: [PATCH] Bump org.testcontainers:testcontainers in /benchmark-overhead Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.18.0. - [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.17.6...1.18.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- benchmark-overhead/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark-overhead/build.gradle.kts b/benchmark-overhead/build.gradle.kts index 9bba1e0be3f0..db985773b4e2 100644 --- a/benchmark-overhead/build.gradle.kts +++ b/benchmark-overhead/build.gradle.kts @@ -18,8 +18,8 @@ repositories { dependencies { implementation(enforcedPlatform("org.junit:junit-bom:5.9.2")) - testImplementation("org.testcontainers:testcontainers:1.17.6") - testImplementation("org.testcontainers:postgresql:1.17.6") + testImplementation("org.testcontainers:testcontainers:1.18.0") + testImplementation("org.testcontainers:postgresql:1.18.0") testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("com.squareup.okhttp3:okhttp:4.10.0")