Skip to content

Commit 9fa783d

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.11.3
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8ef373 commit 9fa783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("org.slf4j:slf4j-api:2.0.13")
2424

2525

26-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
26+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
2727
testImplementation("org.junit.vintage:junit-vintage-engine:5.10.2")
2828
testImplementation("org.apache.groovy:groovy:4.0.21")
2929
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")

0 commit comments

Comments
 (0)