From b1225e5080d05ee0969039c956ea938d17d2b2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:35:12 +0000 Subject: [PATCH] Bump com.mysql:mysql-connector-j in /testcontainers-example Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.32 to 8.2.0. - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.32...8.2.0) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testcontainers-example/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcontainers-example/pom.xml b/testcontainers-example/pom.xml index 2057971d..c9b8ebc0 100644 --- a/testcontainers-example/pom.xml +++ b/testcontainers-example/pom.xml @@ -9,7 +9,7 @@ com.mysql mysql-connector-j - 8.0.32 + 8.2.0