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

github-bot pushed a commit to branch update/hamcrest-3.0
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git

commit 649d72ea072b561ae951114a61cf151e67f28ebe
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 4 00:08:41 2024 +0000

    Update hamcrest, hamcrest-library to 3.0
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3a46c653..1b151cbb 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -40,8 +40,8 @@ object Dependencies {
     "io.spray" %% "spray-json" % "1.3.6" % Test,
     "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2" % Test,
     // See 
http://hamcrest.org/JavaHamcrest/distributables#upgrading-from-hamcrest-1x
-    "org.hamcrest" % "hamcrest-library" % "2.2" % Test,
-    "org.hamcrest" % "hamcrest" % "2.2" % Test,
+    "org.hamcrest" % "hamcrest-library" % "3.0" % Test,
+    "org.hamcrest" % "hamcrest" % "3.0" % Test,
     "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion % Test,
     "ch.qos.logback" % "logback-classic" % logbackVersion % Test,
     "org.slf4j" % "log4j-over-slf4j" % slf4jVersion % Test,


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

Reply via email to