Skip to content

Commit bda535f

Browse files
Bump mysql-connector-java from 8.0.28 to 8.0.29 in /modules/mysql
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.28 to 8.0.29. - [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.28...8.0.29) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9660137 commit bda535f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compileOnly 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
13-
testImplementation 'mysql:mysql-connector-java:8.0.28'
13+
testImplementation 'mysql:mysql-connector-java:8.0.29'
1414

1515
testImplementation testFixtures(project(':r2dbc'))
1616
testImplementation 'dev.miku:r2dbc-mysql:0.8.2.RELEASE'

0 commit comments

Comments
 (0)