From c25ae427b4af86794cfa4f70f4114e0e323c99d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 01:09:43 +0000 Subject: [PATCH] chore(deps): bump org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index a5cbe45..3630ebd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -111,7 +111,7 @@ dependencies { implementation("dev.langchain4j:langchain4j-hugging-face") // tests - testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2") - testImplementation("org.junit.jupiter:junit-jupiter:5.11.2") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3") + testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher") }