Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit a082e1e

Browse files
chore(deps): bump org.junit:junit-bom
Bumps the all-dependencies group with 1 update in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...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 dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3587d4c commit a082e1e

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
@@ -265,7 +265,7 @@ dependencies {
265265
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
266266
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
267267

268-
testImplementation(platform('org.junit:junit-bom:5.13.4'))
268+
testImplementation(platform('org.junit:junit-bom:6.0.0'))
269269
testImplementation 'org.junit.jupiter:junit-jupiter-api'
270270
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
271271
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)