Skip to content

Commit b8dc4a6

Browse files
committed
Squashed commit of the following:
commit 23ea832 Merge: 5470884 54cc5a0 Author: Yoo Zhou <airsaid1024@gmail.com> Date: Tue Sep 27 20:20:46 2022 +0800 Merge branch 'master' into dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.9.1 commit 5470884 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon Sep 26 14:38:37 2022 +0000 Bump junit-jupiter-api from 5.9.0 to 5.9.1 Bumps [junit-jupiter-api](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-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54cc5a0 commit b8dc4a6

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.9.0")
109+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
110110
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
111111
}

0 commit comments

Comments
 (0)