Skip to content

Commit 84958b1

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.10.0 to 5.10.1
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08a1e90 commit 84958b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
testImplementation(detectPlugin)
3535
testImplementation("org.assertj:assertj-core:3.24.2")
3636
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
37-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
37+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
3838
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
3939
}
4040

0 commit comments

Comments
 (0)