Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/examples/mysql…
Browse files Browse the repository at this point in the history
…-mysql-connector-java-8.0.31' into combined-pr-branch
  • Loading branch information
eddumelendez committed Nov 2, 2022
2 parents af97f8f + 070f670 commit a50b2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/junit4/generic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
testImplementation project(":selenium")
testImplementation project(":mysql")

testImplementation 'mysql:mysql-connector-java:8.0.21'
testImplementation 'mysql:mysql-connector-java:8.0.31'
testImplementation "org.seleniumhq.selenium:selenium-api:3.141.59"
testImplementation 'org.assertj:assertj-core:3.15.0'
}

0 comments on commit a50b2e9

Please sign in to comment.