Skip to content

Commit

Permalink
run importer: upgrade mysql-connector for mysql 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Nov 8, 2021
1 parent ea6405c commit 23e8b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxl_run_importer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
compile group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.2.0'

// https://mvnrepository.com/artifact/mysql/mysql-connector-java
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.45'
compile group: 'mysql', name: 'mysql-connector-java', version: '8.0.26'

// Logging

Expand Down

0 comments on commit 23e8b2a

Please sign in to comment.