From 39bf18c7c108d268ec99fcfe2d0007883aa0c9df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 09:46:30 +0000 Subject: [PATCH] chore(deps): update mysql docker tag to v9 --- 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 803695d..d218ca9 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:8.1 + image: mysql:9.5 container_name: mysql-db ports: - "3306:3306"