From e800a5f564cee094741e192ef92ed8ab523d0151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 20:49:35 +0000 Subject: [PATCH] deps(upgrade): bump org.junit.jupiter:junit-jupiter-engine Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8fbc709c..9e7c5b1e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,7 +99,7 @@ dependencies { testImplementation("ch.qos.logback:logback-classic:1.5.12") testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4") testImplementation("org.apache.commons:commons-lang3:3.17.0") testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1") testImplementation("com.github.marschall:memoryfilesystem:2.8.1")