Skip to content

Commit d6c8070

Browse files
dependabot[bot]Airsaid
authored andcommitted
Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.9.3
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.2...r5.9.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] <[email protected]>
1 parent a4c3b61 commit d6c8070

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
@@ -119,6 +119,6 @@ dependencies {
119119
implementation("com.aliyun:alimt20181012:1.0.3")
120120

121121
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
122-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2")
122+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
123123

124124
}

0 commit comments

Comments
 (0)