Skip to content

Commit 57cc3c1

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.12.0 to 5.12.1 (#7287)
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5038869 commit 57cc3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ dependencies {
261261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.12.1'
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.1'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
264-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.0'
264+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.1'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.1'
266266
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
267267
testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18'

0 commit comments

Comments
 (0)