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-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 4e49400e Update hamcrest, hamcrest-library to 3.0 (#216)
4e49400e is described below
commit 4e49400ef8579929b4e44d7d5ecc478b33d70483
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 4 08:35:55 2024 +0100
Update hamcrest, hamcrest-library to 3.0 (#216)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
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]