From 6bf5bf254c213333e472f7210780c391c353dd54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 19:53:41 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.10.1 | datasource | package | from | to | | ---------- | ------------------- | ----- | ------ | | maven | org.junit:junit-bom | 5.8.2 | 5.10.1 | --- 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..bab996e 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.10.1")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-commons") testImplementation("org.junit.platform:junit-platform-launcher")