From 8af55baeaeee6c32ad045fc7b0f8029f74d5bc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:50:34 +1300 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-params from 5.10.0 to 5.10.1 (#6995) 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](https://github.com/junit-team/junit5/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 39302000b62..5d12ef663b9 100644 --- a/build.gradle +++ b/build.gradle @@ -263,7 +263,7 @@ dependencies { testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.1' testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.1' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.0' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.1' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.1' testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' testImplementation group: 'org.testfx', name: 'testfx-junit5', version: '4.0.17'