Skip to content

Commit

Permalink
Merge pull request #143 from rieske/renovate/testcontainers-java-mono…
Browse files Browse the repository at this point in the history
…repo

Update testcontainers-java monorepo to v1.20.1
  • Loading branch information
mergify[bot] authored Jul 31, 2024
2 parents e225248 + 713752e commit 5499af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api(project(":base"))

implementation("com.mysql:mysql-connector-j:9.0.0")
implementation("org.testcontainers:mysql:1.20.0")
implementation("org.testcontainers:mysql:1.20.1")
}

testing {
Expand Down
2 changes: 1 addition & 1 deletion postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api(project(":base"))

implementation("org.postgresql:postgresql:42.7.3")
implementation("org.testcontainers:postgresql:1.20.0")
implementation("org.testcontainers:postgresql:1.20.1")
}

testing {
Expand Down

0 comments on commit 5499af3

Please sign in to comment.