From cba38e881c67fc19a479715393e365fc2783bab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:29:43 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.1 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... 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 5068ddd3..6aa47713 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -306,7 +306,7 @@ dependencies { implementation("com.squareup.moshi:moshi-kotlin:1.15.1") implementation("it.unimi.dsi:fastutil:8.5.14") - testImplementation("org.junit.jupiter:junit-jupiter:5.10.2") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.1") testImplementation("org.assertj:assertj-core:3.25.3") testImplementation("io.mockk:mockk:1.13.5")