File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ repositories {
3737}
3838
3939dependencies {
40- implementation ' org.slf4j:slf4j-api:2.0.16 '
41- runtimeOnly ' ch.qos.logback:logback-classic:1.5.11 '
40+ implementation ' org.slf4j:slf4j-api:2.0.17 '
41+ runtimeOnly ' ch.qos.logback:logback-classic:1.5.18 '
4242 implementation ' org.apache.commons:commons-lang3:3.17.0'
43- implementation ' org.apache.commons:commons-collections4:4.4 '
43+ implementation ' org.apache.commons:commons-collections4:4.5.0 '
4444 implementation ' commons-cli:commons-cli:1.9.0'
4545
4646 implementation ' org.graphstream:gs-core:2.0'
@@ -57,14 +57,14 @@ dependencies {
5757
5858 implementation ' org.javabits.jgrapht:jgrapht-core:0.9.3'
5959
60- testImplementation ' org.testng:testng:7.10.2 '
60+ testImplementation ' org.testng:testng:7.11.0 '
6161 // security overrides for testng and audit
6262 testImplementation ' junit:junit:4.13.2'
6363}
6464
6565lombok {
66- version = " 1.18.34 "
67- sha256 = " 2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf "
66+ version = " 1.18.38 "
67+ sha256 = " "
6868}
6969
7070pmd {
@@ -87,7 +87,7 @@ audit {
8787}
8888
8989jacoco {
90- toolVersion = ' 0.8.12 '
90+ toolVersion = ' 0.8.13 '
9191}
9292
9393jacocoTestReport {
You can’t perform that action at this time.
0 commit comments