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

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


The following commit(s) were added to refs/heads/main by this push:
     new e00c8f93c Update WireMock dependency version to 3.13.1 (#1185)
e00c8f93c is described below

commit e00c8f93c72537d82cec48240636e881e1f56320
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Sep 11 19:57:32 2025 +0100

    Update WireMock dependency version to 3.13.1 (#1185)
    
    * Update WireMock dependency version to 3.13.1
    
    * Update Dependencies.scala
    
    * scalafmt
---
 project/Dependencies.scala | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 89de41aef..f8cc4df11 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
@@ -442,6 +442,7 @@ object Dependencies {
       "software.amazon.awssdk" % "auth" % AwsSdk2Version,
       // in-memory filesystem for file related tests
       "com.google.jimfs" % "jimfs" % "1.3.1" % Test,
+      "org.apache.commons" % "commons-lang3" % "3.18.0" % Test,
       "org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
       "org.scalatestplus" %% scalaTestScalaCheckArtifact % 
scalaTestScalaCheckVersion % Test) ++
     wireMockDependencies)
@@ -454,10 +455,10 @@ object Dependencies {
         "org.springframework" % "spring-core" % SpringVersion,
         "org.springframework" % "spring-context" % SpringVersion,
         "org.springframework.boot" % "spring-boot-autoconfigure" % 
SpringBootVersion, // TODO should this be provided?
-        "javax.annotation" % "javax.annotation-api" % "1.3.2" % Test,
         "org.springframework.boot" % "spring-boot-configuration-processor" % 
SpringBootVersion % Optional,
         // for examples
-        "org.springframework.boot" % "spring-boot-starter-web" % 
SpringBootVersion % Test))
+        "org.springframework.boot" % "spring-boot-starter-web" % 
SpringBootVersion % Test,
+        "javax.annotation" % "javax.annotation-api" % "1.3.2" % Test))
   }
 
   val SlickVersion = "3.5.1"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to