Skip to content

Commit

Permalink
- Downgrade the mysql-connector version.
Browse files Browse the repository at this point in the history
  • Loading branch information
KasumiNova committed Jun 3, 2024
1 parent 6b69df7 commit 140c214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ project(':cleanroom') {
installer 'net.md-5:bungeecord-chat:1.16-R0.4'
installer 'commons-lang:commons-lang:2.6' // Is needed for plugin compatibility
installer 'org.xerial:sqlite-jdbc:3.21.0.1'
installer 'mysql:mysql-connector-java:8.0.33'
installer 'mysql:mysql-connector-java:5.1.49'

// CatRoom
installer 'net.openhft:affinity:3.23.3'
Expand Down

0 comments on commit 140c214

Please sign in to comment.