Skip to content

Commit 84cd797

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-engine (#488)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 b9ca51d commit 84cd797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ allprojects {
8282
dependencies {
8383
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
8484
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
85-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
85+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
8686
}
8787

8888
test {

0 commit comments

Comments
 (0)