Skip to content

Commit 2cb9c94

Browse files
dependabot[bot]Airsaid
authored andcommitted
Bump junit-jupiter-api from 5.7.0 to 5.9.0
Bumps [junit-jupiter-api](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-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbe7ff9 commit 2cb9c94

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
@@ -106,6 +106,6 @@ dependencies {
106106
implementation("com.google.code.gson:gson:2.9.1")
107107
implementation("com.aliyun:alimt20181012:1.0.3")
108108

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

0 commit comments

Comments
 (0)