Skip to content

Commit 102c2c6

Browse files
committed
Update to JUnit 5.12.1
1 parent a6051a1 commit 102c2c6

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
@@ -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.11.4")
49+
testImplementation platform("org.junit:junit-bom:5.12.1")
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)