Skip to content

Commit b1a996a

Browse files
dependabot[bot]tfij
authored andcommitted
Bump org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.2
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.0 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.2) --- 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]>
1 parent e2a0127 commit b1a996a

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
@@ -28,7 +28,7 @@ dependencies {
2828
}
2929
// -------------------------------------------
3030

31-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
31+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2")
3232
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3333
}
3434

0 commit comments

Comments
 (0)