This commit is contained in:
骏烈
2018-06-13 11:42:10 +08:00
parent 9ff19997fe
commit 602ddb1bb7
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
<dependency>
<groupId>com.alibaba.p3c</groupId>
<artifactId>p3c-pmd</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>

View File

@@ -6,4 +6,4 @@ pmd_version=5.5.2
gradle_jetbrains_version=0.2.13
systemProp.file.encoding=UTF-8
plugin_version=1.0.4
plugin_version=1.0.5

View File

@@ -38,7 +38,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
dependencies {
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.25-incubating'
compile 'com.alibaba.p3c:p3c-pmd:1.3.4'
compile 'com.alibaba.p3c:p3c-pmd:1.3.5'
compile group: 'org.javassist', name: 'javassist', version: '3.21.0-GA'
}