Skip to content

Commit 7379fc6

Browse files
Bump junit-jupiter from 5.8.2 to 5.9.0
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.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] <[email protected]>
1 parent 5fc7beb commit 7379fc6

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
@@ -50,7 +50,7 @@ wrapper.distributionType = Wrapper.DistributionType.ALL
5050

5151
repositories.mavenCentral()
5252
dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.8.2'))
53-
dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
53+
dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.9.0')
5454
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
5555
dependencies.api('org.slf4j:slf4j-api:2.0.0-alpha7')
5656
dependencies.testImplementation('org.slf4j:slf4j-simple:2.0.0-alpha7')

0 commit comments

Comments
 (0)