Skip to content

Commit 04b707e

Browse files
Bump junit-bom from 5.8.2 to 5.9.0
Bumps [junit-bom](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:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9d38dc commit 04b707e

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
@@ -56,7 +56,7 @@ wrapper.gradleVersion = '7.5.1'
5656
wrapper.distributionType = Wrapper.DistributionType.ALL
5757

5858
repositories.mavenCentral()
59-
dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.8.2'))
59+
dependencies.testImplementation(dependencies.platform('org.junit:junit-bom:5.9.0'))
6060
dependencies.testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
6161
dependencies.testRuntimeOnly("org.junit.platform:junit-platform-launcher")
6262
dependencies.api('org.slf4j:slf4j-api:2.0.0-alpha7')

0 commit comments

Comments
 (0)