From 7486f43b907a5af8c1e746dbcdfe51998efb1dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:34:19 +0000 Subject: [PATCH 1/3] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [org.wiremock:wiremock](https://github.com/wiremock/wiremock) and [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java). Updates `org.wiremock:wiremock` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.9.1...3.9.2) Updates `org.testcontainers:testcontainers-bom` from 1.20.2 to 1.20.3 - [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.20.2...1.20.3) --- updated-dependencies: - dependency-name: org.wiremock:wiremock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b032f59..ca70596 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,9 +24,9 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") testImplementation("io.mockk:mockk:1.13.13") testImplementation("org.assertj:assertj-core:3.26.3") - testImplementation("org.wiremock:wiremock:3.9.1") + testImplementation("org.wiremock:wiremock:3.9.2") testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14") - testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.2")) + testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.3")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:junit-jupiter") } From c6c8329b065f1fc3b6b573f4c2c592317e51cb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Vi=C3=B1as=20Alcon?= Date: Tue, 29 Oct 2024 11:35:03 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5fbaa8..114a6d9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![CI](https://github.com/rogervinas/wiremock-testing/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/rogervinas/wiremock-testing/actions/workflows/ci.yml) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) ![Kotlin](https://img.shields.io/badge/Kotlin-2.x-blue?labelColor=black) -![WireMock](https://img.shields.io/badge/WireMock-3.9.1-blue?labelColor=black) +![WireMock](https://img.shields.io/badge/WireMock-3.9.2-blue?labelColor=black) # WireMock Testing From 1a812d802b50b6595f6f3a5ceea59039f660b59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Vi=C3=B1as=20Alcon?= Date: Tue, 29 Oct 2024 11:42:01 +0100 Subject: [PATCH 3/3] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4f24515..b60dca8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: foo-api: - image: wiremock/wiremock:3.7.0 + image: wiremock/wiremock:3.9.2 ports: - "8080" command: @@ -10,7 +10,7 @@ services: - ./wiremock/foo-api:/home/wiremock bar-api: - image: wiremock/wiremock:3.7.0 + image: wiremock/wiremock:3.9.2 ports: - "8080" command: