From 6423068ca63ebc535d595fc99390bb969ebfbd06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 09:47:44 +0000 Subject: [PATCH] Update junit5 monorepo to v5.10.2 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a8b1eb6..c028d63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { val kafkaVersion by extra("2.5.1") val confluentVersion by extra("5.5.14") val kotestVersion by extra("4.2.5") - val junitVersion by extra("5.7.0") + val junitVersion by extra("5.10.2") implementation(kotlin("stdlib-jdk8")) implementation("com.github.thake.logminer", "logminer-sql-parser", "0.1.0") implementation("net.openhft", "chronicle-queue", "5.24ea9")