Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ junit-platform = "1.14.4"
kotlin = "2.4.10"
# Must match the mockserver/mockserver image tag; the client refuses to talk to a
# server whose major.minor differs. Injected into the tests as mockserver.version.
mockserver = "7.5.0"
mockserver = "7.6.0"
# The go-httpbin container tag, for the `containers` suite and for test-server's compose
# stack alike. Injected into the tests as gohttpbin.version, and checked against the compose
# file by checkImagePins, so the deployment and the suite cannot drift apart.
Expand Down