This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/wiremock-jre8-3.0.1
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit 3650c24aa521abe8ce3669915a0dbd972948be48
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 11 13:53:17 2025 +0000
Update wiremock-jre8 to 3.0.1
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 27884bfc2..3cf9bd1a6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -84,7 +84,7 @@ object Dependencies {
private val jettyVersion = "9.4.58.v20250814"
private val guavaVersion = "33.4.8-jre"
private val wireMockDependencies = Seq(
- "com.github.tomakehurst" % "wiremock-jre8" % "2.35.2" % Test,
+ "com.github.tomakehurst" % "wiremock-jre8" % "3.0.1" % Test,
"org.eclipse.jetty" % "jetty-server" % jettyVersion % Test,
"org.eclipse.jetty" % "jetty-servlet" % jettyVersion % Test,
"org.eclipse.jetty" % "jetty-servlets" % jettyVersion % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]