Skip to content

Commit

Permalink
Merge pull request #63 from fraktalio/renovate/testcontainers-java-mo…
Browse files Browse the repository at this point in the history
…norepo

fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.19.3
  • Loading branch information
idugalic authored Nov 22, 2023
2 parents 6cc4fdc + c9d6ab0 commit c55fca7
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 @@ -26,7 +26,7 @@ repositories {
mavenCentral()
}

extra["testcontainersVersion"] = "1.19.1"
extra["testcontainersVersion"] = "1.19.3"
extra["fmodelVersion"] = "3.5.0"
extra["kotlinxSerializationJson"] = "1.6.0"
extra["kotlinxCollectionsImmutable"] = "0.3.6"
Expand Down

0 comments on commit c55fca7

Please sign in to comment.