Skip to content

Commit

Permalink
Update dependency mysql:mysql-connector-java to v8.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 18, 2022
1 parent 7bd0651 commit 90aee92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
dependencies {
classpath "org.seasar.doma:codegen"
classpath "com.h2database:h2:$h2Version"
classpath 'mysql:mysql-connector-java:8.0.27'
classpath 'mysql:mysql-connector-java:8.0.28'
}
}

Expand Down

0 comments on commit 90aee92

Please sign in to comment.