Skip to content

Commit

Permalink
[Java] Use JUnit BOM.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Aug 24, 2024
1 parent 95f353b commit 0d13aea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ project(':sbe-tool') {
implementation files("${layout.buildDirectory.get()}/classes/java/generated")
implementation "org.hamcrest:hamcrest:${hamcrestVersion}"
implementation "org.mockito:mockito-core:${mockitoVersion}"
implementation "org.junit.jupiter:junit-jupiter-params:${junitVersion}"
implementation platform("org.junit:junit-bom:${junitVersion}")
implementation "org.junit.jupiter:junit-jupiter-params"
}
}

Expand Down

0 comments on commit 0d13aea

Please sign in to comment.