From b09a480558d6fb908c10a174d16aa89e3c9fe580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:04:30 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.11.3 | datasource | package | from | to | | ---------- | ------------------- | ----- | ------ | | maven | org.junit:junit-bom | 5.9.1 | 5.11.3 | --- arrow-inject-compiler-plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-inject-compiler-plugin/build.gradle.kts b/arrow-inject-compiler-plugin/build.gradle.kts index e7813e48..8d07de8e 100644 --- a/arrow-inject-compiler-plugin/build.gradle.kts +++ b/arrow-inject-compiler-plugin/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { testImplementation(libs.kotlin.stdlib) testImplementation("junit:junit:4.13.2") - testImplementation(platform("org.junit:junit-bom:5.9.1")) + testImplementation(platform("org.junit:junit-bom:5.11.3")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-commons") testImplementation("org.junit.platform:junit-platform-launcher")