From 4f1c0be4ec15402464aec684a5d2c3442f7e9ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:38:43 +0000 Subject: [PATCH] Bump org.junit.vintage:junit-vintage-engine from 5.11.2 to 5.11.3 Bumps [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ganttproject-tester/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ganttproject-tester/build.gradle b/ganttproject-tester/build.gradle index b38310cf17..37b9685a59 100644 --- a/ganttproject-tester/build.gradle +++ b/ganttproject-tester/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2' - testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.11.2' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.11.3' } sourceSets {