Skip to content

Commit 495a730

Browse files
Bump mysql-connector-java from 8.0.20 to 8.0.21 in /modules/junit-jupiter (#3037)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.21. - [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.20...8.0.21) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard North <[email protected]>
1 parent 0f0eaee commit 495a730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
1717

1818
testRuntime 'org.postgresql:postgresql:42.2.14'
19-
testRuntime 'mysql:mysql-connector-java:8.0.20'
19+
testRuntime 'mysql:mysql-connector-java:8.0.21'
2020
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
2121
}
2222

0 commit comments

Comments
 (0)