Skip to content

Commit e82a836

Browse files
Bump org.junit:junit-bom from 6.0.1 to 6.0.2 in the gradle-deps group
Bumps the gradle-deps group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit-framework). Updates `org.junit:junit-bom` 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 dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1bb06d7 commit e82a836

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
@@ -71,7 +71,7 @@ dependencies {
7171
implementation 'com.google.code.gson:gson:2.13.2'
7272

7373
testImplementation project.deps.gocdPluginApi
74-
testImplementation platform('org.junit:junit-bom:6.0.1')
74+
testImplementation platform('org.junit:junit-bom:6.0.2')
7575
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7676
testImplementation 'org.junit.jupiter:junit-jupiter-params'
7777
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)