Skip to content

Commit

Permalink
Bump mysql-connector-java from 8.0.20 to 8.0.21 in /modules/junit-jup…
Browse files Browse the repository at this point in the history
…iter (#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]>
  • Loading branch information
dependabot[bot] and rnorth authored Jul 31, 2020
1 parent 0f0eaee commit 495a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'

testRuntime 'org.postgresql:postgresql:42.2.14'
testRuntime 'mysql:mysql-connector-java:8.0.20'
testRuntime 'mysql:mysql-connector-java:8.0.21'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
}

Expand Down

0 comments on commit 495a730

Please sign in to comment.