Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 4c49f18 commit 135ed43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api("org.yaml:snakeyaml:1.33")

// mariadb-client
api("org.mariadb.jdbc:mariadb-java-client:3.1.1")
api("org.mariadb.jdbc:mariadb-java-client:3.5.0")
}

tasks {
Expand Down

0 comments on commit 135ed43

Please sign in to comment.