Skip to content

Commit

Permalink
Update dependency mysql:mysql-connector-java to v8.0.29 (#39)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 25, 2022
1 parent 99b7c8e commit 77a2d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masuite-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
api(project(":masuite-api"))

implementation("mysql:mysql-connector-java:8.0.28")
implementation("mysql:mysql-connector-java:8.0.29")

compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
Expand Down

0 comments on commit 77a2d95

Please sign in to comment.