Skip to content

Commit c316331

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.12.0 to 5.12.1
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9cc3635 commit c316331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")
3838

3939
testImplementation("org.mock-server:mockserver-netty:5.15.0")
40-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
40+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
4141
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
4242

4343
}

0 commit comments

Comments
 (0)