Skip to content

Commit c64fcf4

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22c004a commit c64fcf4

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation('org.codehaus.plexus:plexus-container-default:2.1.1')
3434

3535
testImplementation('uk.org.webcompere:system-stubs-jupiter:2.1.6')
36-
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2')
36+
testImplementation('org.junit.jupiter:junit-jupiter:5.10.3')
3737
}
3838

3939
gradlePlugin {

0 commit comments

Comments
 (0)