Skip to content

Commit 8d546a7

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api from 6.0.1 to 6.0.2 (#67)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66c3272 commit 8d546a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
// ***** OAUTH DEPENDENCIES *****
2323
implementation("com.slack.api:bolt-jetty:1.46.0")
2424
// ***** TEST DEPENDENCIES *****
25-
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.1')
26-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.1')
25+
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.2')
26+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.2')
2727
testImplementation('org.mockito:mockito-core:5.21.0')
2828
}
2929

0 commit comments

Comments
 (0)