Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2023
1 parent 2cf72c0 commit 49bf522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ task createClasspathManifest {

dependencies {
testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
testImplementation platform('org.junit:junit-bom:5.9.2')
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
Expand Down

0 comments on commit 49bf522

Please sign in to comment.