Skip to content

Commit

Permalink
Bump mariadb-java-client from 2.1.2 to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Mar 17, 2020
1 parent f617860 commit 44eecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -12,7 +12,7 @@ dependencies {
implementation ('com.google.code.gson:gson:2.6.2')

// compile group: 'mysql', name: 'mysql-connector-java', version: '8.0.17'
implementation 'org.mariadb.jdbc:mariadb-java-client:2.1.2'
implementation 'org.mariadb.jdbc:mariadb-java-client:2.5.4'
compile 'com.github.Fernthedev:fern-configmanager:1.1.3' // Check github releases tag for the version.

// 2. Use Guava types in your public API:
Expand Down

0 comments on commit 44eecc3

Please sign in to comment.