From 76d925535274b8524321d07e520c388d87db3d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:43:03 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3 in /core Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) --- 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] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 4c11eeff..abd8f6da 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -3,7 +3,7 @@ description="A test framework for black-box testing MicroProfile and Jakarta EE dependencies { //API for artifact and unit testing - api 'org.junit.jupiter:junit-jupiter-api:5.11.2' + api 'org.junit.jupiter:junit-jupiter-api:5.11.3' //Jakarta EE implementation 'org.eclipse:yasson:3.0.3'