Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2021-05-01 23:17:48 -07:00
parent bd47e55869
commit 8506460961
6 changed files with 11 additions and 14 deletions

View file

@ -9,8 +9,8 @@ plugins {
id 'pmd'
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.7.0'
id 'org.sonarqube' version '3.1.1'
id 'com.github.spotbugs' version '4.7.1'
id 'org.sonarqube' version '3.2.0'
}
import com.github.spotbugs.snom.SpotBugsTask
@ -34,7 +34,7 @@ mainClassName = 'net.thauvin.erik.httpstatus.Reasons'
ext {
versions = [
spotbugs: '4.2.2'
spotbugs: '4.2.3'
]
}
@ -161,7 +161,7 @@ signing {
}
task copyToDeploy(type: Copy) {
from(configurations.runtime) {
from(configurations.runtimeClasspath) {
exclude 'javax.servlet-api-*.jar'
exclude 'jsp-api-*.jar'
}