Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:testcontainers-bom to…
Browse files Browse the repository at this point in the history
… v1.19.6
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent a64e7f4 commit d726b8b
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 @@ -27,7 +27,7 @@ repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
}

extra["testcontainersVersion"] = "1.19.4"
extra["testcontainersVersion"] = "1.19.6"
extra["fmodelVersion"] = "3.5.1-SNAPSHOT"
extra["kotlinxSerializationJson"] = "1.6.2"
extra["kotlinxCollectionsImmutable"] = "0.3.7"
Expand Down

0 comments on commit d726b8b

Please sign in to comment.