Skip to content

Commit 6888f17

Browse files
Bump org.junit:junit-bom from 6.0.1 to 6.0.2 in the test group (#85)
Bumps the test 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: test ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bea65d0 commit 6888f17

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
@@ -37,7 +37,7 @@ jacoco {
3737
dependencies {
3838
implementation 'tools.jackson.core:jackson-databind:3.0.3'
3939
implementation 'tools.jackson.module:jackson-module-afterburner:3.0.3'
40-
testImplementation platform('org.junit:junit-bom:6.0.1')
40+
testImplementation platform('org.junit:junit-bom:6.0.2')
4141
testImplementation 'org.junit.jupiter:junit-jupiter'
4242
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4343
}

0 commit comments

Comments
 (0)