From 371a8e4c8699937f37210e25519516e8467fc195 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:40:25 +0000 Subject: [PATCH] chore(deps): update mysql docker tag to v8.4 --- 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..c8569bf 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:8.4 container_name: mysql-db ports: - "3306:3306"