From 8cac676e92bee1fc7222a2d0bec4985cbac9feda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 20:56:45 +0000 Subject: [PATCH] Update dependency org.junit:junit-bom to v5.9.0 | datasource | package | from | to | | ---------- | ------------------- | ----- | ----- | | maven | org.junit:junit-bom | 5.8.2 | 5.9.0 | --- 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..2826239 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.9.0")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.junit.platform:junit-platform-commons") testImplementation("org.junit.platform:junit-platform-launcher")