This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/wiremock-3.13.2
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 80f1b064255ba325ae717fe4958e1f04ab53b97e
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 16 02:43:22 2025 +0000
Update wiremock to 3.13.2
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 552730205..def5de49f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -80,7 +80,7 @@ object Dependencies {
"com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)
private val wireMockDependencies = Seq(
- "org.wiremock" % "wiremock" % "3.13.1" % Test)
+ "org.wiremock" % "wiremock" % "3.13.2" % Test)
val CommonSettings = Seq(
// These libraries are added to all modules via the `Common` AutoPlugin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]