diff --git a/build.sbt b/build.sbt index 9c6cc1c6a..ba588221d 100644 --- a/build.sbt +++ b/build.sbt @@ -300,8 +300,8 @@ lazy val tests = project "com.fasterxml.jackson.core" % "jackson-databind" % "2.17.1" % Test, // ApacheV2 "org.junit.vintage" % "junit-vintage-engine" % JupiterKeys.junitVintageVersion.value % 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, "net.aichler" % "jupiter-interface" % JupiterKeys.jupiterVersion.value % Test, "com.typesafe.akka" %% "akka-slf4j" % akkaVersion % Test, "ch.qos.logback" % "logback-classic" % "1.2.13" % Test,