Skip to content

Commit d05c974

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-api from 6.0.3 to 6.1.0 (#460)
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.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e34729e commit d05c974

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
@@ -23,8 +23,8 @@ dependencies {
2323
// ***** OAUTH DEPENDENCIES *****
2424
implementation("com.slack.api:bolt-jetty:1.49.0")
2525
// ***** TEST DEPENDENCIES *****
26-
testImplementation('org.junit.jupiter:junit-jupiter-api:6.0.3')
27-
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.0.3')
26+
testImplementation('org.junit.jupiter:junit-jupiter-api:6.1.0')
27+
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:6.1.0')
2828
testImplementation('org.mockito:mockito-core:5.23.0')
2929
}
3030

0 commit comments

Comments
 (0)