Skip to content

Commit

Permalink
testcontainers 1.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed May 17, 2024
1 parent f83a47c commit 88cf7a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-http" % "10.2.6",
"com.typesafe.akka" %% "akka-stream" % "2.6.16",
"javax.xml.bind" % "jaxb-api" % "2.3.1",
"org.testcontainers" % "testcontainers" % "1.16.1" % Test,
"org.testcontainers" % "testcontainers" % "1.19.8" % Test,
"com.google.guava" % "guava" % "31.0.1-jre" % Test,
"org.scalatest" %% "scalatest" % "3.2.10" % Test,
"io.rest-assured" % "rest-assured" % "4.4.0" % Test,
Expand Down

0 comments on commit 88cf7a5

Please sign in to comment.