From c49d4de60513282f10b3cdb6fb5ed9ba3cd2cf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:56:01 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.11.3 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.11.3) --- 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 647671e9..16699e48 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { exclude group: 'com.square.okio', module: 'okio' } testImplementation 'com.squareup.okio:okio:3.8.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' testImplementation 'com.squareup.okhttp3:okhttp:4.9.2' testImplementation 'junit:junit:4.11-redhat-1' testImplementation 'junit:junit:4.13.1'