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/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new ff09dc898 Update wiremock-jre8 to 2.35.1 (#348)
ff09dc898 is described below
commit ff09dc898847f7a8f6b24a1253b0f3f351d60285
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 30 12:31:19 2024 +0100
Update wiremock-jre8 to 2.35.1 (#348)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 422929a89..5637a3107 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -387,7 +387,7 @@ object Dependencies {
"software.amazon.awssdk" % "auth" % AwsSdk2Version,
// in-memory filesystem for file related tests
"com.google.jimfs" % "jimfs" % "1.3.0" % Test,
- "com.github.tomakehurst" % "wiremock-jre8" % "2.32.0" % Test,
+ "com.github.tomakehurst" % "wiremock-jre8" % "2.35.1" % Test,
"org.scalacheck" %% "scalacheck" % scalaCheckVersion % Test,
"org.scalatestplus" %% scalaTestScalaCheckArtifact %
scalaTestScalaCheckVersion % Test))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]