Skip to content

Commit 818704b

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

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
@@ -79,7 +79,7 @@ dependencies {
7979
testImplementation(localGroovy())
8080
testImplementation(gradleTestKit())
8181

82-
val junitVersion = "5.11.4"
82+
val junitVersion = "5.12.0"
8383
testImplementation("org.assertj:assertj-core:3.26.3")
8484
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
8585
testImplementation("net.navatwo:gradle-plugin-better-testing-junit5:0.0.0")

0 commit comments

Comments
 (0)