From b8ab6703dbf71a810e119a9a154407e62cee3479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:06:50 -0400 Subject: [PATCH] Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#166) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... 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 4ef49c6..bff7964 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { api("io.taff.exposed:exposed-java-time:0.10.0") implementation("org.postgresql:postgresql:42.7.0") testImplementation("io.taff:spek-expekt:0.10.3") - testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.1")) + testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2")) } tasks.withType {