Skip to content

Commit 49e8e99

Browse files
Bump org.junit.jupiter:junit-jupiter-params from 5.13.2 to 5.13.3 (#7369)
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13425d6 commit 49e8e99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ dependencies {
260260

261261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.2'
262262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.2'
263-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.2'
264-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.2'
265-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.2'
263+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.3'
264+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.3'
265+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.3'
266266
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
267267
testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.18'
268268
testImplementation group: 'org.testfx', name: 'openjfx-monocle', version: '21.0.2'

0 commit comments

Comments
 (0)