Skip to content

Commit c048c38

Browse files
Bump org.junit:junit-bom from 6.0.1 to 6.0.2 (#67)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.1...r6.0.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a1cb68 commit c048c38

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
@@ -44,7 +44,7 @@ subprojects {
4444
dependencies {
4545
implementation 'io.github.ititus:ititus-commons:2.3.3'
4646

47-
testImplementation platform('org.junit:junit-bom:6.0.1')
47+
testImplementation platform('org.junit:junit-bom:6.0.2')
4848
testImplementation 'org.junit.jupiter:junit-jupiter'
4949
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5050
testImplementation 'org.assertj:assertj-core:3.27.6'

0 commit comments

Comments
 (0)