Skip to content

Commit 0d13aea

Browse files
committed
[Java] Use JUnit BOM.
1 parent 95f353b commit 0d13aea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ project(':sbe-tool') {
297297
implementation files("${layout.buildDirectory.get()}/classes/java/generated")
298298
implementation "org.hamcrest:hamcrest:${hamcrestVersion}"
299299
implementation "org.mockito:mockito-core:${mockitoVersion}"
300-
implementation "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
300+
implementation platform("org.junit:junit-bom:${junitVersion}")
301+
implementation "org.junit.jupiter:junit-jupiter-params"
301302
}
302303
}
303304

0 commit comments

Comments
 (0)