We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8805a9a commit 5659cbdCopy full SHA for 5659cbd
1 file changed
build.gradle
@@ -38,10 +38,10 @@ repositories {
38
39
dependencies {
40
implementation 'org.slf4j:slf4j-api:2.0.17'
41
- runtimeOnly 'ch.qos.logback:logback-classic:1.5.19'
42
- implementation 'org.apache.commons:commons-lang3:3.19.0'
+ runtimeOnly 'ch.qos.logback:logback-classic:1.5.21'
+ implementation 'org.apache.commons:commons-lang3:3.20.0'
43
implementation 'org.apache.commons:commons-collections4:4.5.0'
44
- implementation 'commons-cli:commons-cli:1.10.0'
+ implementation 'commons-cli:commons-cli:1.11.0'
45
46
implementation 'org.graphstream:gs-core:2.0'
47
implementation 'org.graphstream:gs-ui-swing:2.0'
@@ -71,7 +71,7 @@ pmd {
71
ruleSets = []
72
ruleSetFiles = files('pmd.xml')
73
sourceSets = [sourceSets.main]
74
- toolVersion = '7.17.0'
+ toolVersion = '7.19.0'
75
}
76
77
test {
0 commit comments