Skip to content

Commit 54cc5a0

Browse files
dependabot[bot]Airsaid
authored andcommitted
Bump junit-jupiter-engine from 5.9.0 to 5.9.1
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.0...r5.9.1) --- 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>
1 parent 56234ad commit 54cc5a0

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.9.0")
110-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
110+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
111111
}

0 commit comments

Comments
 (0)