Skip to content

Commit

Permalink
Merge pull request #18 from Fernthedev/dependabot/gradle/org.mariadb.…
Browse files Browse the repository at this point in the history
…jdbc-mariadb-java-client-2.5.4

Bump mariadb-java-client from 2.1.2 to 2.5.4
  • Loading branch information
Fernthedev authored Mar 17, 2020
2 parents af25ec5 + 44eecc3 commit 29529ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
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 29529ff

Please sign in to comment.