From 548f1f728752cf7ba157db81415695e8ff40954c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 11:03:21 +0000 Subject: [PATCH] fix(deps): bump org.junit.jupiter:junit-jupiter from 6.1.0 to 6.1.1 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.1 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 c0a681b6..46663750 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ allprojects { implementation("io.github.cdimascio:java-dotenv:5.2.2") // https://mvnrepository.com/artifact/io.github.cdimascio/java-dotenv - testImplementation("org.junit.jupiter:junit-jupiter:6.1.0") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api + testImplementation("org.junit.jupiter:junit-jupiter:6.1.1") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api testRuntimeOnly("org.junit.platform:junit-platform-launcher") implementation("org.jetbrains", "annotations", "24.1.0")