Skip to content

Commit fb5669c

Browse files
Bump junitVersion from 5.11.4 to 5.13.4
Bumps `junitVersion` from 5.11.4 to 5.13.4. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 470b786 commit fb5669c

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
@@ -86,7 +86,7 @@ dependencies {
8686
testImplementation(localGroovy())
8787
testImplementation(gradleTestKit())
8888

89-
val junitVersion = "5.11.4"
89+
val junitVersion = "5.13.4"
9090
testImplementation("org.assertj:assertj-core:3.27.3")
9191
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
9292
testImplementation("net.navatwo:gradle-plugin-better-testing-junit5:0.0.0")

0 commit comments

Comments
 (0)