Skip to content

Commit bbe7ff9

Browse files
dependabot[bot]Airsaid
authored andcommitted
Bump junit-jupiter-engine from 5.7.0 to 5.9.0
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.7.0...r5.9.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08df5f6 commit bbe7ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,5 @@ dependencies {
107107
implementation("com.aliyun:alimt20181012:1.0.3")
108108

109109
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
110-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
110+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
111111
}

0 commit comments

Comments
 (0)