Skip to content

Commit

Permalink
Merge pull request #164 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.3
  • Loading branch information
mergify[bot] authored Oct 23, 2024
2 parents a1f627d + d3e0e34 commit b9b29fa
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.2")
implementation("org.testcontainers:mysql:1.20.3")
}

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.4")
implementation("org.testcontainers:postgresql:1.20.2")
implementation("org.testcontainers:postgresql:1.20.3")
}

testing {
Expand Down

0 comments on commit b9b29fa

Please sign in to comment.