Skip to content

Commit b0f7229

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.13.4 to 6.0.0 (#387)
1 parent e54b274 commit b0f7229

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)