Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent f8a7569 commit 4de902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {

// Database drivers
implementation("com.h2database:h2:2.3.232")
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.1")
implementation("org.mariadb.jdbc:mariadb-java-client:3.5.2")

// Gson
implementation("com.google.code.gson:gson:2.12.1")
Expand Down

0 comments on commit 4de902a

Please sign in to comment.