Skip to content

Commit 83c4b82

Browse files
Bump mysql-connector-java from 8.0.22 to 8.0.25 in /modules/spock (#4093)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.22 to 8.0.25. - [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.25) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bfcc10 commit 83c4b82

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
testCompile 'org.apache.httpcomponents:httpclient:4.5.13'
1717

1818
testRuntime 'org.postgresql:postgresql:42.2.18'
19-
testRuntime 'mysql:mysql-connector-java:8.0.22'
19+
testRuntime 'mysql:mysql-connector-java:8.0.25'
2020

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

0 commit comments

Comments
 (0)