From 53163ab3518b1c229a27019a96baa79541aa88a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 03:00:49 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.0 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 19e071a..c696930 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ repositories { dependencies { compileOnly group: 'org.jetbrains', name: 'annotations', version: '24.1.0' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.3' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.0' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6' }