Skip to content

Commit f510297

Browse files
Bump mysql-connector-java in /modules/junit-jupiter
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.27 to 8.0.29. - [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.27...8.0.29) --- updated-dependencies: - dependency-name: mysql:mysql-connector-java dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9660137 commit f510297

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
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.3.3'
19-
testRuntimeOnly 'mysql:mysql-connector-java:8.0.27'
19+
testRuntimeOnly 'mysql:mysql-connector-java:8.0.29'
2020
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2121
}
2222

0 commit comments

Comments
 (0)