Skip to content

Commit adfbbda

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.12.2 to 5.13.0
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fef265d commit adfbbda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
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.2'
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.2'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.2'
264-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.12.2'
264+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.0'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.12.2'
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)