Skip to content

Commit b85744c

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 148788d commit b85744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
19+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2121
testImplementation('org.mockito:mockito-core:5.11.0')
2222
}

0 commit comments

Comments
 (0)