Skip to content

Commit

Permalink
chore(deps): Update testcontainers-java monorepo to v1.20.4 (#2474)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent a8d9666 commit b79dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {
}

object testcontainers {
val testcontainersVersion = "1.20.3"
val testcontainersVersion = "1.20.4"
val testcontainers = "org.testcontainers" % "testcontainers" % testcontainersVersion
val testcontainersLocalStack = "org.testcontainers" % "localstack" % testcontainersVersion
val testcontainersKafka = "org.testcontainers" % "kafka" % testcontainersVersion
Expand Down

0 comments on commit b79dd51

Please sign in to comment.