From 9df2e9f0d7558e5b6aa66c780ae698b47f4989d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:55:50 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f24bff2..b70df98 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ repositories { dependencies { compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.20") testImplementation("org.assertj:assertj-core:3.26.3") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") }