From 2f0c4b371717f846908b6693bab50f911e5416ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:38:27 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api in /kotlin-junit5-no-plugin Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- kotlin-junit5-no-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-junit5-no-plugin/build.gradle.kts b/kotlin-junit5-no-plugin/build.gradle.kts index d8e1d52..b77c35e 100644 --- a/kotlin-junit5-no-plugin/build.gradle.kts +++ b/kotlin-junit5-no-plugin/build.gradle.kts @@ -50,7 +50,7 @@ kotlin { val integrationTestImplementation by configurations dependencies { - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1") // just a sample dependency to prove correctness integrationTestImplementation("com.coditory.quark:quark-context:0.1.15")