Skip to content

Commit

Permalink
Merge pull request #161 from xdev-software/update-from-template-merged
Browse files Browse the repository at this point in the history
Update from template (auto-merged)
  • Loading branch information
AB-xdev authored Sep 26, 2024
2 parents 00eacb1 + c383be5 commit aed4364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'idea'
id 'checkstyle'
id 'pmd'
id 'org.jetbrains.intellij.platform' version '2.0.1'
id 'org.jetbrains.intellij.platform' version '2.1.0'
id 'org.sonarqube' version '5.1.0.4882'
}

Expand Down Expand Up @@ -58,7 +58,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.0'),
testImplementation platform('org.junit:junit-bom:5.11.1'),
'org.junit.jupiter:junit-jupiter',
'org.junit.jupiter:junit-jupiter-engine',
'org.assertj:assertj-core:3.26.3'
Expand Down

0 comments on commit aed4364

Please sign in to comment.