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 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") } 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: