From cc8ea3016b956fc115dd96c224cecbe7829d1986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:57:02 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d2d67b..482842c 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation("com.eternalcode:gitcheck:1.0.0") implementation("org.bstats:bstats-bukkit:3.0.2") - testImplementation platform("org.junit:junit-bom:5.10.0") + testImplementation platform("org.junit:junit-bom:5.10.1") testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") }