We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f91eee commit 29b95f3Copy full SHA for 29b95f3
1 file changed
build.gradle
@@ -22,8 +22,8 @@ dependencies {
22
// ***** OAUTH DEPENDENCIES *****
23
implementation("com.slack.api:bolt-jetty:1.47.0")
24
// ***** TEST DEPENDENCIES *****
25
- testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.2')
26
- testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.2')
+ testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.3')
+ testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.3')
27
testImplementation('org.mockito:mockito-core:5.21.0')
28
}
29
0 commit comments