chore: deps upgrade
chore: PMD 8.0.0 obsolete rules replaced Signed-off-by: Leo Galambos <lg@hq.egothor.org>
This commit is contained in:
@@ -30,9 +30,9 @@ repositories {
|
||||
dependencies {
|
||||
constraints {
|
||||
// Define dependency versions as constraints
|
||||
implementation 'org.apache.commons:commons-text:1.11.0'
|
||||
implementation 'commons-cli:commons-cli:1.9.0'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk18on:1.81'
|
||||
implementation 'org.apache.commons:commons-text:1.15.0'
|
||||
implementation 'commons-cli:commons-cli:1.11.0'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk18on:1.83'
|
||||
implementation 'org.egothor:conflux:[1.0,2.0)'
|
||||
implementation 'org.apache.commons:commons-imaging:1.0.0-alpha6'
|
||||
}
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
|
||||
pmd {
|
||||
consoleOutput = true
|
||||
toolVersion = '7.16.0'
|
||||
toolVersion = '7.19.0'
|
||||
sourceSets = [sourceSets.main]
|
||||
ruleSetFiles = files(rootProject.file(".ruleset"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user