Skip to content

Commit aed4364

Browse files
authored
Merge pull request #161 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents 00eacb1 + c383be5 commit aed4364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'idea'
44
id 'checkstyle'
55
id 'pmd'
6-
id 'org.jetbrains.intellij.platform' version '2.0.1'
6+
id 'org.jetbrains.intellij.platform' version '2.1.0'
77
id 'org.sonarqube' version '5.1.0.4882'
88
}
99

@@ -58,7 +58,7 @@ dependencies {
5858
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"
5959
pmd "net.sourceforge.pmd:pmd-ant:${pmdVersion}",
6060
"net.sourceforge.pmd:pmd-java:${pmdVersion}"
61-
testImplementation platform('org.junit:junit-bom:5.11.0'),
61+
testImplementation platform('org.junit:junit-bom:5.11.1'),
6262
'org.junit.jupiter:junit-jupiter',
6363
'org.junit.jupiter:junit-jupiter-engine',
6464
'org.assertj:assertj-core:3.26.3'

0 commit comments

Comments
 (0)