Skip to content

Commit b04917a

Browse files
Bump org.junit:junit-bom from 5.13.4 to 5.14.1 (#739)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.4 to 5.14.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r5.14.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2340a12 commit b04917a

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
@@ -38,7 +38,7 @@ allprojects {
3838
dependencies {
3939
testImplementation 'org.assertj:assertj-core:3.27.4'
4040

41-
testImplementation platform("org.junit:junit-bom:5.13.4")
41+
testImplementation platform("org.junit:junit-bom:5.14.1")
4242
testImplementation 'org.junit.jupiter:junit-jupiter-api'
4343
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
4444
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)