Skip to content

Commit ca9e428

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.junit.platform:junit-platform-commons from 1.9.3 to 1.10.0
Bumps [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5565a7 commit ca9e428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-model-v1-41/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dependencies {
123123
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
124124
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
125125
testImplementation("org.junit.platform:junit-platform-launcher:1.10.0")
126-
testImplementation("org.junit.platform:junit-platform-commons:1.9.3")
126+
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")
127127
}
128128

129129
java {

0 commit comments

Comments
 (0)