Skip to content

Commit 89ced83

Browse files
chore(deps): bump junit-jupiter-params from 5.8.+ to 5.9.0 (#57)
Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.8.+ to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits/r5.9.0) --- 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84274ba commit 89ced83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrapper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation("org.junit.platform:junit-platform-launcher:1.8.+")
3636
testImplementation("org.junit.platform:junit-platform-suite-engine:1.8.+")
3737
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.+")
38-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.8.+")
38+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.+")
3939
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
4040

4141
testImplementation("org.apache.commons:commons-dbcp2:2.8.0")

0 commit comments

Comments
 (0)