Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xdev-renovate committed Oct 5, 2024
1 parent 005215b commit 76817c7
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 @@ -57,7 +57,7 @@ dependencies {
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
testImplementation platform('org.junit:junit-bom:5.11.1'),
testImplementation platform('org.junit:junit-bom:5.11.2'),
'org.junit.jupiter:junit-jupiter',
'org.junit.jupiter:junit-jupiter-engine',
'org.assertj:assertj-core:3.26.3'
Expand Down

0 comments on commit 76817c7

Please sign in to comment.