Skip to content

Commit

Permalink
fix(deps): update dependency mysql:mysql-connector-java to v8.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8f41713 commit 50ae657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ object DatabaseLibs {

const val h2 = "1.4.200"
const val pgsql = "42.2.23"
const val mysql = "8.0.23"
const val mysql = "8.0.33"
const val jpa = "2.2"
const val jta = "1.3"
const val sqlite = "3.36.0.1"
Expand Down

0 comments on commit 50ae657

Please sign in to comment.