Skip to content

Commit

Permalink
Upgrade testcontainers dependency
Browse files Browse the repository at this point in the history
This should fix the problem with the mysql:latest image not being
compatible, as seen in several places like

micronaut-projects/micronaut-gradle-plugin#927
or micronaut-projects/micronaut-test#936
or https://github.com/micronaut-projects/micronaut-test-resources/pull/503/files
  • Loading branch information
melix committed Jan 30, 2024
1 parent 1858289 commit 3674076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ micronaut-gradle-plugin = "4.2.1"
micronaut-redis = "6.1.0"
micronaut-security = "4.4.0"
micronaut-serde = "2.5.1"
micronaut-sql = "5.4.0"
micronaut-sql = "5.4.1"
micronaut-test = "4.0.0"
groovy = "4.0.13"
spock = "2.3-groovy-4.0"
Expand All @@ -47,8 +47,8 @@ amazon-awssdk-v1 = "1.12.623"
amazon-awssdk-v2 = "2.22.3"

# Managed versions appear in the BOM
managed-testcontainers = "1.18.3"
managed-testcontainers-redis = "1.6.4"
managed-testcontainers = "1.19.4"
managed-testcontainers-redis = "2.0.1"

[libraries]
# Testcontainers
Expand Down

0 comments on commit 3674076

Please sign in to comment.