Skip to content

Commit

Permalink
Bump junit-jupiter-params from 5.7.2 to 5.8.1 in /modules/junit-jupiter
Browse files Browse the repository at this point in the history
Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.7.2 to 5.8.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.2...r5.8.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2021
1 parent 532c0b7 commit 97e0c04
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 @@ -13,7 +13,7 @@ dependencies {
exclude(module: 'hamcrest-core')
}
testImplementation 'org.assertj:assertj-core:3.20.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.1'

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

0 comments on commit 97e0c04

Please sign in to comment.