Skip to content

Commit

Permalink
Update wiremock (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 7, 2023
1 parent c4cc9b9 commit 417c7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![CI](https://github.com/rogervinas/wiremock-testing/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/rogervinas/wiremock-testing/actions/workflows/gradle.yml)
![Java](https://img.shields.io/badge/Java-17-blue?labelColor=black)
![Kotlin](https://img.shields.io/badge/Kotlin-1.9.20-blue?labelColor=black)
![WireMock](https://img.shields.io/badge/WireMock-3.3.1-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 @@ -19,7 +19,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("io.mockk:mockk:1.12.2")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
testImplementation("org.wiremock:wiremock:3.3.1")
testImplementation("org.testcontainers:testcontainers:1.19.1")
testImplementation("org.testcontainers:junit-jupiter:1.19.1")
}
Expand Down

0 comments on commit 417c7f9

Please sign in to comment.