We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5950d4e commit 44189adCopy full SHA for 44189ad
build.gradle
@@ -22,8 +22,8 @@ dependencies {
22
// ***** OAUTH DEPENDENCIES *****
23
implementation("com.slack.api:bolt-jetty:1.45.4")
24
// ***** TEST DEPENDENCIES *****
25
- testImplementation('org.junit.jupiter:junit-jupiter-api:5.13.4')
26
- testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.13.4')
+ testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.0')
+ testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.0')
27
testImplementation('org.mockito:mockito-core:5.20.0')
28
}
29
0 commit comments