Skip to content

Commit b3bb529

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/junit-jupiter/mysql-mysql-connector-java-8.0.33' into combined-pr-branch
2 parents 757d81b + d8ce743 commit b3bb529

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
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation 'org.junit.jupiter:junit-jupiter'
1818

1919
testRuntimeOnly 'org.postgresql:postgresql:42.6.0'
20-
testRuntimeOnly 'mysql:mysql-connector-java:8.0.32'
20+
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
2121
}
2222

2323
test {

0 commit comments

Comments
 (0)