Skip to content

Commit 29b95f3

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api from 6.0.2 to 6.0.3 (#86)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f91eee commit 29b95f3

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.47.0")
2424
// ***** TEST DEPENDENCIES *****
25-
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.2')
26-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.2')
25+
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.3')
26+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.3')
2727
testImplementation('org.mockito:mockito-core:5.21.0')
2828
}
2929

0 commit comments

Comments
 (0)