From 5fc18897c9e1ce130f9c115cd63f3bc49dafd6b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:38:43 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.11.1 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.1) --- 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 c49cea7..10246e5 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } dependencies { - 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.1' testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2' testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.26.0' jmh group: 'org.hdrhistogram', name: 'HdrHistogram', version: '2.1.12'