Skip to content

Commit c54b506

Browse files
chore(deps): bump org.junit:junit-bom from 5.13.3 to 6.0.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.3 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r6.0.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53eee0a commit c54b506

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
testImplementation platform('org.junit:junit-bom:5.13.3')
14+
testImplementation platform('org.junit:junit-bom:6.0.0')
1515
testImplementation 'org.junit.jupiter:junit-jupiter'
1616

1717
implementation("com.github.luben:zstd-jni:$project.zstd_version")

0 commit comments

Comments
 (0)