Skip to content

Commit

Permalink
Bump mysql-connector-java from 8.0.25 to 8.0.26 in /modules/spock
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.25 to 8.0.26.
- [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.25...8.0.26)

---
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]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2021
1 parent 8fe1c3c commit b889b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'org.apache.httpcomponents:httpclient:4.5.13'

testRuntimeOnly 'org.postgresql:postgresql:42.2.23'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.25'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.26'

testCompileClasspath 'org.jetbrains:annotations:21.0.1'
}
Expand Down

0 comments on commit b889b6d

Please sign in to comment.