From 0d24766d0d47c8dbe5e394408132f1b6f336c388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 05:17:08 +0000 Subject: [PATCH] chore(deps): update mysql docker tag to v9.7 --- spring-mysql-example/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-mysql-example/compose.yaml b/spring-mysql-example/compose.yaml index 9430112..9ce5e74 100644 --- a/spring-mysql-example/compose.yaml +++ b/spring-mysql-example/compose.yaml @@ -17,7 +17,7 @@ services: SPRING_JPA_SHOW_SQL: false mysql-db: - image: mysql:9.6 + image: mysql:9.7 container_name: mysql-db ports: - "3306:3306"