Skip to content

Commit 634fa30

Browse files
Bump mysql-connector-java in /modules/junit-jupiter
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.14 to 8.0.15. - [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.14...8.0.15) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent d0a4bab commit 634fa30

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
@@ -10,7 +10,7 @@ dependencies {
1010
testCompile 'redis.clients:jedis:3.0.1'
1111

1212
testRuntime 'org.postgresql:postgresql:42.2.5'
13-
testRuntime 'mysql:mysql-connector-java:8.0.14'
13+
testRuntime 'mysql:mysql-connector-java:8.0.15'
1414
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
1515
}
1616

0 commit comments

Comments
 (0)