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 8b55fe7 + 2563fb3 commit f2cea1eCopy full SHA for f2cea1e
1 file changed
build.gradle
@@ -14,7 +14,7 @@ repositories {
14
}
15
16
dependencies {
17
- implementation("ch.qos.logback:logback-classic:1.5.21")
+ implementation("ch.qos.logback:logback-classic:1.5.22")
18
// ***** SOCKET MODE DEPENDENCIES ***** -->
19
implementation("com.slack.api:bolt:1.46.0")
20
implementation("com.slack.api:bolt-socket-mode:1.46.0")
@@ -25,7 +25,7 @@ dependencies {
25
// ***** TEST DEPENDENCIES *****
26
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.1')
27
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.1')
28
- testImplementation('org.mockito:mockito-core:5.20.0')
+ testImplementation('org.mockito:mockito-core:5.21.0')
29
30
31
application {
0 commit comments