From c842e52d77cfc305160d830677f1521039415668 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Sat, 3 Feb 2024 09:56:37 +0000 Subject: [PATCH] junit5 5.10.1. Signed-off-by: Kenneth J. Shackleton --- buildSrc/src/main/kotlin/Versions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index e1c2f49d9e..c81b57066c 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -37,7 +37,7 @@ enum class Versions( JMH("1.36", URL("https://openjdk.java.net/projects/code-tools/jmh/")), JSR_305("3.0.2", URL("https://code.google.com/archive/p/jsr-305/")), JUNIT4("4.13.2", URL("https://github.com/junit-team/junit4")), - JUNIT5("5.9.3", URL("https://junit.org/junit5/")), + JUNIT5("5.10.1", URL("https://junit.org/junit5/")), KOTLIN("1.9.22", URL("https://github.com/JetBrains/kotlin")), KOTLIN_TEST(KOTLIN.version, URL("https://github.com/JetBrains/kotlin")), KOTLINX_COROUTINES("1.7.3", URL("https://github.com/Kotlin/kotlinx.coroutines")),