Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent e54f48a commit 876b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencyResolutionManagement {

// database
library("hikari", "com.zaxxer:HikariCP:5.1.0")
library("mariadb", "org.mariadb.jdbc:mariadb-java-client:3.3.0")
library("mariadb", "org.mariadb.jdbc:mariadb-java-client:3.3.2")
library("sqlite", "org.xerial:sqlite-jdbc:3.44.0.0")
library("postgres", "org.postgresql:postgresql:42.6.0")
bundle("database", listOf("hikari", "mariadb", "sqlite", "postgres"))
Expand Down

0 comments on commit 876b60e

Please sign in to comment.