From 4ab8ff50d418a4d1614de350b11294660e4ac4af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 12:57:21 +0000 Subject: [PATCH] Update junit5 monorepo to v5.13.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 521bd15..426c7e6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlinGradle = "1.9.25" javaDiffUtils = "4.15" -junit = "5.13.0" +junit = "5.13.1" kotest = "5.9.1" kotlinx-bcv = "0.13.2"