From 2aab67e1689be6c250373b53fc1cb201f4b44153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:57:14 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.0 Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- GameLogic/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameLogic/pom.xml b/GameLogic/pom.xml index 1f32d6e..1995997 100644 --- a/GameLogic/pom.xml +++ b/GameLogic/pom.xml @@ -20,7 +20,7 @@ org.junit.jupiter junit-jupiter - 5.8.1 + 5.10.0 org.jetbrains