Skip to content

Commit 8d1c480

Browse files
committed
Update SLF4j, Commons Collections Dependencies, and Test Dependencies
1 parent 7615fb5 commit 8d1c480

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ repositories {
3737
}
3838

3939
dependencies {
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

6565
lombok {
66-
version = "1.18.34"
67-
sha256 = "2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf"
66+
version = "1.18.38"
67+
sha256 = ""
6868
}
6969

7070
pmd {
@@ -87,7 +87,7 @@ audit {
8787
}
8888

8989
jacoco {
90-
toolVersion = '0.8.12'
90+
toolVersion = '0.8.13'
9191
}
9292

9393
jacocoTestReport {

0 commit comments

Comments
 (0)