Skip to content

Commit

Permalink
Merge pull request #7 from Foulest/dependabot/gradle/org.mariadb.jdbc…
Browse files Browse the repository at this point in the history
…-mariadb-java-client-3.3.2
  • Loading branch information
Foulest authored Dec 25, 2023
2 parents 68a7ab3 + b7c1a3e commit 14f37ee
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 @@ -31,7 +31,7 @@ configurations {
dependencies {
// MariaDB - for database connection
// https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client
provided group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.3.1'
provided group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.3.2'

// HikariCP - for database connection pooling
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
Expand Down

0 comments on commit 14f37ee

Please sign in to comment.