Skip to content

Commit 6b52e87

Browse files
Bump mysql-connector-java from 8.0.28 to 8.0.29 in /modules/spock
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 6b52e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.3.1'
19-
testRuntimeOnly 'mysql:mysql-connector-java:8.0.28'
19+
testRuntimeOnly 'mysql:mysql-connector-java:8.0.29'
2020

2121
testCompileClasspath 'org.jetbrains:annotations:23.0.0'
2222
}

0 commit comments

Comments
 (0)