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.
2 parents 6d3597e + d05c974 commit 94914dbCopy full SHA for 94914db
1 file changed
build.gradle
@@ -23,8 +23,8 @@ dependencies {
23
// ***** OAUTH DEPENDENCIES *****
24
implementation("com.slack.api:bolt-jetty:1.49.0")
25
// ***** TEST DEPENDENCIES *****
26
- testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.3')
27
- testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.3')
+ testImplementation('org.junit.jupiter:junit-jupiter-api:6.1.0')
+ testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.1.0')
28
testImplementation('org.mockito:mockito-core:5.23.0')
29
}
30
0 commit comments