Skip to content

Commit f6dfc2a

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 (#138)
Bumps [org.junit.jupiter:junit-jupiter-api](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-api 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 e988e4b commit f6dfc2a

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
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("org.apache.commons:commons-lang3:3.17.0")
2424

2525
testCompileOnly("org.projectlombok:lombok:1.18.36")
26-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
26+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
2727
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")

0 commit comments

Comments
 (0)