From c8f6e84d8b6387155bc32bde2077185258b247a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 01:36:57 +0200 Subject: [PATCH] chore(deps): bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#252) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2043eb6..8433d2d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -85,7 +85,7 @@ dependencies { // Testing testImplementation("org.mockito", "mockito-core", "4.0.0") testImplementation("com.nhaarman.mockitokotlin2", "mockito-kotlin", "2.2.0") - testImplementation(platform("org.junit:junit-bom:5.9.3")) + testImplementation(platform("org.junit:junit-bom:5.10.0")) testImplementation("org.junit.jupiter", "junit-jupiter-api") testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine") }