From f157513be8e5a939f6d0e6dfed294b67f9ef94a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:00:18 -0400 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 (#950) --- checker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checker/build.gradle b/checker/build.gradle index e03819db750..6ff9a5544f5 100644 --- a/checker/build.gradle +++ b/checker/build.gradle @@ -86,7 +86,7 @@ dependencies { // For the Resource Leak Checker's support for IOUtils. testImplementation 'commons-io:commons-io:2.17.0' // For the Nullness Checker test of junit-assertions.astub in JUnitNull.java - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' testImplementation 'org.apiguardian:apiguardian-api:1.1.2' // For tests that use JSpecify annotations testImplementation 'org.jspecify:jspecify:1.0.0'