Skip to content

Commit

Permalink
Upgrade mysql connector to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jun 18, 2024
1 parent 913fdb5 commit c5835c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ dependencies {

// Switch out this to use any supported database instead of PostgreSQL.
// ## START CUSTOM DATABASE ##
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.13'

implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.5'
// ## END CUSTOM DATABASE ##

Expand Down

0 comments on commit c5835c8

Please sign in to comment.