From 0ea0a215d8951d9c95e3ba0026e4a3fd54bed935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:47:07 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.11.2 | datasource | package | from | to | | ---------- | ------------------- | ----- | ------ | | maven | org.junit:junit-bom | 5.8.2 | 5.11.2 | --- 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 1e8dab2..edd6376 100644 --- a/arrow-inject-compiler-plugin/build.gradle.kts +++ b/arrow-inject-compiler-plugin/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { testImplementation(libs.kotlin.stdlib) testImplementation("junit:junit:4.13.2") - testImplementation(platform("org.junit:junit-bom:5.8.2")) + testImplementation(platform("org.junit:junit-bom:5.11.2")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-commons") testImplementation("org.junit.platform:junit-platform-launcher")