Skip to content

Commit ca3cdbf

Browse files
Bump org.junit:junit-bom from 5.14.1 to 5.14.2 (#746)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.1...r5.14.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.2 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 bc90fd7 commit ca3cdbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.14.1")
41+
testImplementation platform("org.junit:junit-bom:5.14.2")
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)