From 31787c6fffa1a6a6e4229018de48d730ec94f4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:28:11 -0800 Subject: [PATCH 1/2] Bump com.github.tomakehurst:wiremock-jre8-standalone (#602) Bumps [com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock) from 2.35.1 to 2.35.2. - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/2.35.1...2.35.2) --- updated-dependencies: - dependency-name: com.github.tomakehurst:wiremock-jre8-standalone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6247a300..6e52b343 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ slf4j = "1.7.36" assertj = "3.24.2" awaitility = "4.2.0" mockito = "5.5.0" -wiremock = "2.35.1" +wiremock = "2.35.2" testcontainers = "1.19.5" braveBom = "5.14.1" reactorBom = "2022.0.16" From 78943648889e1d030af60ea7e60b54d6b386b8ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:29:26 -0800 Subject: [PATCH 2/2] Bump testcontainers from 1.19.5 to 1.19.6 (#605) Bumps `testcontainers` from 1.19.5 to 1.19.6. Updates `org.testcontainers:testcontainers` from 1.19.5 to 1.19.6 - [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.5...1.19.6) Updates `org.testcontainers:junit-jupiter` from 1.19.5 to 1.19.6 - [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.5...1.19.6) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6e52b343..dccd1d69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ assertj = "3.24.2" awaitility = "4.2.0" mockito = "5.5.0" wiremock = "2.35.2" -testcontainers = "1.19.5" +testcontainers = "1.19.6" braveBom = "5.14.1" reactorBom = "2022.0.16" asmForPlugins = "7.3.1"