Skip to content

Commit

Permalink
Bump mysql-connector-java in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 7, 2021
1 parent b4bafc9 commit 6ff91db
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.7.1'

testRuntime 'org.postgresql:postgresql:42.2.20'
testRuntime 'mysql:mysql-connector-java:8.0.22'
testRuntime 'mysql:mysql-connector-java:8.0.25'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
}

Expand Down

0 comments on commit 6ff91db

Please sign in to comment.