From c30b7ead33d1c981ed9c5a24e2100bf0564c9251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 04:53:20 +0000 Subject: [PATCH] chore(deps): update junit jupiter to v5.11.3 --- samples/jvm/junit5/build.gradle.kts | 2 +- samples/jvm/maven/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/jvm/junit5/build.gradle.kts b/samples/jvm/junit5/build.gradle.kts index 317570a9a3..0b1fd14778 100644 --- a/samples/jvm/junit5/build.gradle.kts +++ b/samples/jvm/junit5/build.gradle.kts @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat val atriumVersion = "1.2.0" -val junitVersion = "5.11.1" +val junitVersion = "5.11.3" plugins { kotlin("jvm") version "1.9.25" diff --git a/samples/jvm/maven/pom.xml b/samples/jvm/maven/pom.xml index 8e163912ed..3f9e3e41d7 100644 --- a/samples/jvm/maven/pom.xml +++ b/samples/jvm/maven/pom.xml @@ -14,7 +14,7 @@ 1.2.0 UTF-8 11 - 5.11.1 + 5.11.3 ${java.version} 2.0.20 3.13.0