Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 4c49f18 commit 91244da
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.2.0")
}

tasks {
Expand Down

0 comments on commit 91244da

Please sign in to comment.