Skip to content

Commit

Permalink
Bump org.wiremock:wiremock from 3.10.0 to 3.11.0 in the dependencies …
Browse files Browse the repository at this point in the history
…group (#112)

* Bump org.wiremock:wiremock in the dependencies group

Bumps the dependencies group with 1 update: [org.wiremock:wiremock](https://github.com/wiremock/wiremock).


Updates `org.wiremock:wiremock` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.10.0...3.11.0)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update README.md

* Update docker-compose.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roger Viñas Alcon <[email protected]>
  • Loading branch information
dependabot[bot] and rogervinas authored Feb 10, 2025
1 parent ac17eb0 commit 12eb569
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.10.0-blue?labelColor=black)
![WireMock](https://img.shields.io/badge/WireMock-3.11.0-blue?labelColor=black)

# WireMock Testing

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
testImplementation("io.mockk:mockk:1.13.16")
testImplementation("org.assertj:assertj-core:3.27.3")
testImplementation("org.wiremock:wiremock:3.10.0")
testImplementation("org.wiremock:wiremock:3.11.0")
testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14")
testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.4"))
testImplementation("org.testcontainers:testcontainers")
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

foo-api:
image: wiremock/wiremock:3.10.0
image: wiremock/wiremock:3.11.0
ports:
- "8080"
command:
Expand All @@ -10,7 +10,7 @@ services:
- ./wiremock/foo-api:/home/wiremock

bar-api:
image: wiremock/wiremock:3.9.2
image: wiremock/wiremock:3.11.0
ports:
- "8080"
command:
Expand Down

0 comments on commit 12eb569

Please sign in to comment.