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 4eff592 commit 44f9028Copy full SHA for 44f9028
build.gradle
@@ -22,7 +22,7 @@ dependencies {
22
// ***** OAUTH DEPENDENCIES *****
23
implementation("com.slack.api:bolt-jetty:1.45.3")
24
// ***** TEST DEPENDENCIES *****
25
- testImplementation('org.junit.jupiter:junit-jupiter-engine:5.13.0')
+ testImplementation('org.junit.jupiter:junit-jupiter-engine:5.13.1')
26
testImplementation('org.mockito:mockito-core:5.18.0')
27
}
28
0 commit comments