Skip to content

Commit

Permalink
Merge pull request #166 from mfvanek/dependabot/gradle/org.testcontai…
Browse files Browse the repository at this point in the history
…ners-testcontainers-bom-1.19.5

Bump org.testcontainers:testcontainers-bom from 1.19.4 to 1.19.5
  • Loading branch information
mfvanek authored Feb 12, 2024
2 parents bdf8a4c + c3a4c2a commit e495060
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 @@ -37,7 +37,7 @@ dependencies {
implementation("org.liquibase:liquibase-core:4.26.0")
implementation("com.github.blagerweij:liquibase-sessionlock:1.6.9")
implementation("org.apache.commons:commons-dbcp2:2.11.0")
implementation(platform("org.testcontainers:testcontainers-bom:1.19.4"))
implementation(platform("org.testcontainers:testcontainers-bom:1.19.5"))
implementation("org.testcontainers:testcontainers")
implementation("org.testcontainers:postgresql")

Expand Down

0 comments on commit e495060

Please sign in to comment.