Skip to content

Commit 1afbd88

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.3 to 5.11.4 (#139)
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - 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 458a046 commit 1afbd88

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
@@ -24,7 +24,7 @@ dependencies {
2424

2525
testCompileOnly("org.projectlombok:lombok:1.18.36")
2626
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
27-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
27+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
2828
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
2929
testImplementation("org.assertj:assertj-core:3.26.3")
3030

0 commit comments

Comments
 (0)