From 0e50356ebff0ef8f66579dde411196ac22845a2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:29:25 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 Bumps [org.junit.jupiter:junit-jupiter-api](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.jupiter:junit-jupiter-api 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 bd39f9f..501f1d0 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.1' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.1' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2' testImplementation group: 'net.jodah', name: 'concurrentunit', version: '0.4.6' }