From 6ce43b95b89d785ad9db83349b56f332fe7d87d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 11:24:47 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.9.3 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | maven | org.junit:junit-bom | 5.9.2 | 5.9.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..3939b14 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.9.3")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-commons") testImplementation("org.junit.platform:junit-platform-launcher")