Skip to content

Commit 44189ad

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api (#42)
1 parent 5950d4e commit 44189ad

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
@@ -22,8 +22,8 @@ dependencies {
2222
// ***** OAUTH DEPENDENCIES *****
2323
implementation("com.slack.api:bolt-jetty:1.45.4")
2424
// ***** TEST DEPENDENCIES *****
25-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.13.4')
26-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.13.4')
25+
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.0')
26+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.0')
2727
testImplementation('org.mockito:mockito-core:5.20.0')
2828
}
2929

0 commit comments

Comments
 (0)