From f19f983cdb9266929cbb313bcac969f4c7d797b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:24:30 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.9.3 to 5.10.0 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7bac34f..e8a29b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ val dependencyVersions = listOf( "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.0", "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2", "org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.2", - "org.junit:junit-bom:5.9.3", + "org.junit:junit-bom:5.10.0", "org.junit.jupiter:junit-jupiter-api:5.10.0", "org.opentest4j:opentest4j:1.2.0" )