From 19edf799dce20fbf148a6c697c79b6d5f226845a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:59:06 +0000 Subject: [PATCH] build(deps): bump org.junit.jupiter:junit-jupiter-api Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.1...r6.0.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0a697bd..fd6e2fa 100644 --- a/build.gradle +++ b/build.gradle @@ -22,8 +22,8 @@ dependencies { // ***** OAUTH DEPENDENCIES ***** implementation("com.slack.api:bolt-jetty:1.46.0") // ***** TEST DEPENDENCIES ***** - testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.1') - testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.1') + testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.2') + testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.2') testImplementation('org.mockito:mockito-core:5.21.0') }