Skip to content

Commit

Permalink
Bump io.kotest.extensions:kotest-extensions-wiremock from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [io.kotest.extensions:kotest-extensions-wiremock](https://github.com/kotest/kotest-extensions-wiremock) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/kotest/kotest-extensions-wiremock/releases)
- [Commits](kotest/kotest-extensions-wiremock@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: io.kotest.extensions:kotest-extensions-wiremock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 775d7c8 commit b150e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

testImplementation("io.ktor:ktor-client-logging")

testImplementation("io.kotest.extensions:kotest-extensions-wiremock:3.0.1")
testImplementation("io.kotest.extensions:kotest-extensions-wiremock:3.1.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.1")
}

Expand Down

0 comments on commit b150e69

Please sign in to comment.