Skip to content

Commit

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

Update testcontainers-java monorepo to v1.19.7
  • Loading branch information
mergify[bot] authored Mar 11, 2024
2 parents b9d5f05 + cc3bc38 commit accd76a
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:8.3.0")
implementation("org.testcontainers:mysql:1.19.3")
implementation("org.testcontainers:mysql:1.19.7")
}

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.2")
implementation("org.testcontainers:postgresql:1.19.3")
implementation("org.testcontainers:postgresql:1.19.7")
}

testing {
Expand Down

0 comments on commit accd76a

Please sign in to comment.