Skip to content

Commit 3dfff82

Browse files
Bump org.junit:junit-bom from 5.12.1 to 5.12.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4680d88 commit 3dfff82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ allprojects {
4646
dependencies {
4747
testImplementation 'org.assertj:assertj-core:3.26.3'
4848

49-
testImplementation platform("org.junit:junit-bom:5.12.1")
49+
testImplementation platform("org.junit:junit-bom:5.12.2")
5050
testImplementation 'org.junit.jupiter:junit-jupiter-api'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
5252
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)