From 917eefef529cb2bc11e263648b6805a8ab7decc0 Mon Sep 17 00:00:00 2001 From: Richard Wooding Date: Sun, 23 Aug 2026 00:47:00 +0200 Subject: [PATCH] fix: align Testcontainers.MySql with Testcontainers.PostgreSql 4.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumping only Testcontainers.PostgreSql to 4.x (#23) left Testcontainers.MySql on 3.10.0, and the mixed majors fail at runtime with MissingMethodException on ContainerConfiguration's constructor — every MySQL integration test errored before reaching a container. Dependabot closed its own MySql bump (#22) as 'updatable in another way' instead of landing it. --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 6dafdfa..457ca63 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -23,7 +23,7 @@ - +