Skip to content

Commit

Permalink
chore(deps): bump mysql-connector-java from 8.0.22 to 8.0.23
Browse files Browse the repository at this point in the history
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.23.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](mysql/mysql-connector-j@8.0.22...8.0.23)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and probot-auto-merge[bot] committed Mar 17, 2021
1 parent 9914455 commit c621be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200'
testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.0'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.22'
testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.23'
testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.2'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18'

Expand Down

0 comments on commit c621be7

Please sign in to comment.