Updated dependencies.
This commit is contained in:
parent
2ca48c0aef
commit
0dafe87021
6 changed files with 16 additions and 27 deletions
15
build.gradle
15
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue