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 49d9ffd commit cb573c6Copy full SHA for cb573c6
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
implementation("com.slack.api:bolt-jetty:1.45.3")
24
// ***** TEST DEPENDENCIES *****
25
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.12.1')
26
- testImplementation('org.mockito:mockito-core:5.16.1')
+ testImplementation('org.mockito:mockito-core:5.17.0')
27
}
28
29
application {
0 commit comments