We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5c2df commit e914773Copy full SHA for e914773
2 files changed
CHANGELOG.md
@@ -8,7 +8,8 @@
8
9
### Libraries
10
11
-* Grails 7.0.7 → 7.1.0
+* Grails 7.1.0
12
+* MySQL Connector/J 8.4.0
13
14
## 8.3.1 - 2026-04-16
15
build.gradle
@@ -87,7 +87,7 @@ dependencies {
87
// Database drivers - H2 for temporary in-memory DB with `useH2: true` in instanceConfig YAML
88
// MySQL for deployed instances, or more stateful local workstation setups.
89
runtimeOnly "com.h2database:h2"
90
- runtimeOnly "mysql:mysql-connector-java:8.0.33"
+ runtimeOnly "com.mysql:mysql-connector-j:8.4.0"
91
92
// Stifle dev errors on Macs
93
developmentOnly "io.methvin:directory-watcher:0.19.1"
0 commit comments