Skip to content

Commit 0281757

Browse files
Bump junitVersion from 5.11.2 to 5.11.3 (#167)
Bumps `junitVersion` from 5.11.2 to 5.11.3. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35b0e65 commit 0281757

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.2"
82+
val junitVersion = "5.11.3"
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)