Skip to content

Commit c6eab06

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0887303 commit c6eab06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0')
26-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.0')
25+
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.1')
26+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.1')
2727
testImplementation('org.mockito:mockito-core:5.20.0')
2828
}
2929

0 commit comments

Comments
 (0)