Skip to content

Commit e914773

Browse files
committed
Update MySQL driver
1 parent 9c5c2df commit e914773

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
### Libraries
1010

11-
* Grails 7.0.7 → 7.1.0
11+
* Grails 7.1.0
12+
* MySQL Connector/J 8.4.0
1213

1314
## 8.3.1 - 2026-04-16
1415

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencies {
8787
// Database drivers - H2 for temporary in-memory DB with `useH2: true` in instanceConfig YAML
8888
// MySQL for deployed instances, or more stateful local workstation setups.
8989
runtimeOnly "com.h2database:h2"
90-
runtimeOnly "mysql:mysql-connector-java:8.0.33"
90+
runtimeOnly "com.mysql:mysql-connector-j:8.4.0"
9191

9292
// Stifle dev errors on Macs
9393
developmentOnly "io.methvin:directory-watcher:0.19.1"

0 commit comments

Comments
 (0)