Skip to content

Commit

Permalink
chore: upgrade testcontainers (mainly for MacOS compatibility)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeal committed Dec 23, 2020
1 parent fde0697 commit 5d15580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jlleitschuh.gradle.ktlint.reporter.ReporterType
val detektConfigFile = file("$rootDir/config/detekt/detekt.yml")

extra["springCloudVersion"] = "Hoxton.SR8"
extra["testcontainersVersion"] = "1.14.3"
extra["testcontainersVersion"] = "1.15.1"

plugins {
java // why did I have to add that ?!
Expand Down

0 comments on commit 5d15580

Please sign in to comment.