Skip to content

Commit

Permalink
Merge pull request #108 from fraktalio/renovate/testcontainers-java-m…
Browse files Browse the repository at this point in the history
…onorepo

fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.20.1
  • Loading branch information
idugalic authored Aug 11, 2024
2 parents 4708cfe + f5aadbe commit f6c5fc0
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.8"
extra["testcontainersVersion"] = "1.20.1"
extra["fmodelVersion"] = "3.5.1"
extra["kotlinxSerializationJson"] = "1.7.1"
extra["kotlinxCollectionsImmutable"] = "0.3.7"
Expand Down

0 comments on commit f6c5fc0

Please sign in to comment.