Skip to content

Commit

Permalink
Bump mysql-connector-java in /modules/junit-jupiter
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.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2022
1 parent 9660137 commit f510297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/junit-jupiter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.2'

testRuntimeOnly 'org.postgresql:postgresql:42.3.3'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.27'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.29'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}

Expand Down

0 comments on commit f510297

Please sign in to comment.