Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 5ca47cb commit 4510c67
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.4.0")
library("mariadb", "org.mariadb.jdbc:mariadb-java-client:3.5.1")
library("sqlite", "org.xerial:sqlite-jdbc:3.46.0.0")
library("postgres", "org.postgresql:postgresql:42.7.3")
bundle("database", listOf("hikari", "mariadb", "sqlite", "postgres"))
Expand Down

0 comments on commit 4510c67

Please sign in to comment.