From f5304e24482018cfa2180715f3fb37852c846fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:10:23 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.10.3 | datasource | package | from | to | | ---------- | ------------------- | ----- | ------ | | maven | org.junit:junit-bom | 5.9.2 | 5.10.3 | --- arrow-reflect-compiler-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-reflect-compiler-plugin/build.gradle.kts b/arrow-reflect-compiler-plugin/build.gradle.kts index 6554894..231f769 100644 --- a/arrow-reflect-compiler-plugin/build.gradle.kts +++ b/arrow-reflect-compiler-plugin/build.gradle.kts @@ -89,7 +89,7 @@ dependencies { testImplementation(libs.kotlin.stdlib) testImplementation("junit:junit:4.13.2") - testImplementation(platform("org.junit:junit-bom:5.9.2")) + testImplementation(platform("org.junit:junit-bom:5.10.3")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-commons") testImplementation("org.junit.platform:junit-platform-launcher")