Skip to content

Commit 50c3bc6

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e54b274 commit 50c3bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
// ***** OAUTH DEPENDENCIES *****
2424
implementation("com.slack.api:bolt-jetty:1.45.4")
2525
// ***** TEST DEPENDENCIES *****
26-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.13.4')
27-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.13.4')
26+
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.0')
27+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.0')
2828
testImplementation('org.mockito:mockito-core:5.20.0')
2929
}
3030

0 commit comments

Comments
 (0)