Skip to content

Commit 61796e8

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.12.1 to 5.12.2 (#353)
build(deps): bump org.junit.jupiter:junit-jupiter-engine Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d66ed70 commit 61796e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
// ***** OAUTH DEPENDENCIES *****
2323
implementation("com.slack.api:bolt-jetty:1.45.3")
2424
// ***** TEST DEPENDENCIES *****
25-
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.12.1')
25+
testImplementation('org.junit.jupiter:junit-jupiter-engine:5.12.2')
2626
testImplementation('org.mockito:mockito-core:5.17.0')
2727
}
2828

0 commit comments

Comments
 (0)