This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-3
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git

commit 10fbd6364431cd32c3b0e6f8b2cc3bbd8fd46b5e
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Sep 11 17:12:16 2025 +0100

    Update WireMock dependency version to 3.13.1
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 89de41aef..2acc095f0 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -81,7 +81,7 @@ object Dependencies {
     "com.fasterxml.jackson.core" % "jackson-databind" % JacksonVersion)
 
   private val wireMockDependencies = Seq(
-    "com.github.tomakehurst" % "wiremock-jre8" % "3.0.1" % Test)
+    "org.wiremock" % "wiremock" % "3.13.1" % 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]

Reply via email to