diff --git a/build.gradle b/build.gradle index e187ef9..a05ddd8 100644 --- a/build.gradle +++ b/build.gradle @@ -7,10 +7,10 @@ plugins { id 'maven' id 'maven-publish' id 'pmd' - id 'com.jfrog.bintray' version '1.8.4' - id 'com.github.ben-manes.versions' version '0.28.0' + id 'com.jfrog.bintray' version '1.8.5' + id 'com.github.ben-manes.versions' version '0.38.0' id 'net.thauvin.erik.gradle.semver' version '1.0.4' - id 'com.github.spotbugs' version '4.0.4' + id 'com.github.spotbugs' version '4.7.0' id 'org.sonarqube' version '2.8' } @@ -39,26 +39,29 @@ mainClassName = 'net.thauvin.erik.httpstatus.Reasons' ext { versions = [ - spotbugs: '4.0.1' + spotbugs: '4.2.2' ] } repositories { mavenLocal() + mavenCentral() jcenter() } dependencies { implementation 'javax.servlet:javax.servlet-api:4.0.1' implementation 'javax.servlet.jsp:jsp-api:2.2.1-b03' + implementation 'javax.el:javax.el-api:3.0.0' - spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.10.1' + + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0' spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.7' compileOnly "com.github.spotbugs:spotbugs-annotations:$versions.spotbugs" testCompileOnly "com.github.spotbugs:spotbugs-annotations:$versions.spotbugs" - testImplementation 'org.testng:testng:7.2.0' + testImplementation 'org.testng:testng:7.4.0' } tasks.withType(JavaCompile) { diff --git a/config/pmd.xml b/config/pmd.xml index 22f6a03..32ca5ab 100644 --- a/config/pmd.xml +++ b/config/pmd.xml @@ -27,8 +27,6 @@ value="./MethodDeclarator[@Image='hashCode' or @Image='equals' or @Image='toString']"/> - -