Skip to content

Commit

Permalink
Update testcontainers-java monorepo to v1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 45ab1fa commit ff5ce39
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 ff5ce39

Please sign in to comment.