Skip to content

Commit 1da87b9

Browse files
Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#588)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom 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 fc82cf0 commit 1da87b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation "junit:junit:4.13.2"
4040
testImplementation "org.mockito:mockito-core:5.8.0"
4141

42-
testImplementation(platform("org.junit:junit-bom:5.10.1"))
42+
testImplementation(platform("org.junit:junit-bom:5.10.2"))
4343
testImplementation "org.junit.jupiter:junit-jupiter-api"
4444
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
4545
testRuntimeOnly "org.junit.vintage:junit-vintage-engine"

0 commit comments

Comments
 (0)