Skip to content

Commit

Permalink
Merge pull request #54 from xdev-software/renovate/org.junit-junit-bo…
Browse files Browse the repository at this point in the history
…m-5.x

Update dependency org.junit:junit-bom to v5.11.2
  • Loading branch information
AB-xdev authored Oct 7, 2024
2 parents 314f874 + 8c09158 commit 0aec173
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 0aec173

Please sign in to comment.