Skip to content

Commit

Permalink
fix(deps): update dependency org.wiremock:wiremock-standalone to v3.8…
Browse files Browse the repository at this point in the history
….0 (#502)

* fix(deps): update dependency org.wiremock:wiremock-standalone to v3.8.0

* wiremock: port already in use

* chore: codecov

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oguzhan Soykan <[email protected]>
  • Loading branch information
renovate[bot] and osoykan authored Jun 29, 2024
1 parent f809212 commit bbf673b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ignore:
- "lib/stove-testing-e2e/src/main/kotlin/com/trendyol/stove/testing/e2e/system/abstractions"
- "lib/stove-testing-e2e/src/main/kotlin/com/trendyol/stove/testing/e2e/system/annotations"
- "lib/stove-testing-e2e/src/main/kotlin/com/trendyol/stove/testing/e2e/serialization"
- "lib/stove-testing-e2e-kafka"
- "examples/spring-example"
- "examples/spring-standalone-example"
- "examples/ktor-example"
2 changes: 1 addition & 1 deletion examples/spring-example/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ couchbase:

http-clients:
supplier-http:
url: http://localhost:9098
url: http://localhost:7078
connectTimeout: 2000
readTimeout: 20000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TestSystemConfig : AbstractProjectConfig() {
bridge()
wiremock {
WireMockSystemOptions(
port = 9098,
port = 7078,
removeStubAfterRequestMatched = true,
afterRequest = { e, _ ->
logger.info(e.request.toString())
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.14.1"
mongodb = "5.1.1"
wiremock = "3.7.0"
wiremock = "3.8.0"
testcontainers = "1.19.8"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "6.25.0"
Expand Down

0 comments on commit bbf673b

Please sign in to comment.