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.18 to 8.0.19.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 18, 2020
1 parent 5b48d4d commit f048cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
}

testRuntime 'org.postgresql:postgresql:42.2.9'
testRuntime 'mysql:mysql-connector-java:8.0.18'
testRuntime 'mysql:mysql-connector-java:8.0.19'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.5.2'
}

Expand Down

0 comments on commit f048cdd

Please sign in to comment.