Skip to content

Commit 520d62c

Browse files
Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (temporalio#640)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- 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 f666773 commit 520d62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.12.0"
4141

42-
testImplementation(platform("org.junit:junit-bom:5.10.2"))
42+
testImplementation(platform("org.junit:junit-bom:5.10.3"))
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)