Skip to content

Commit

Permalink
Update Commons CLI and Lang3, SLF4J, logback dependencies and TestNG,…
Browse files Browse the repository at this point in the history
… Jacoco, Lombok tools
  • Loading branch information
mgoellnitz committed Feb 2, 2024
1 parent 374a5bf commit 19a04d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* Copyright 2015-2023 Martin Goellnitz
* Copyright 2015-2024 Martin Goellnitz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -37,11 +37,11 @@ repositories {
}

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.7'
runtimeOnly 'ch.qos.logback:logback-classic:1.4.11'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.slf4j:slf4j-api:2.0.11'
runtimeOnly 'ch.qos.logback:logback-classic:1.4.14'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'commons-cli:commons-cli:1.6.0'

implementation 'org.graphstream:gs-core:2.0'
implementation 'org.graphstream:gs-ui-swing:2.0'
Expand All @@ -57,13 +57,13 @@ dependencies {

implementation 'org.javabits.jgrapht:jgrapht-core:0.9.3'

testImplementation 'org.testng:testng:7.8.0'
testImplementation 'org.testng:testng:7.9.0'
// security overrides for testng and audit
testImplementation 'junit:junit:4.13.2'
}

lombok {
version = "1.18.28"
version = "1.18.30"
sha256 = "2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf"
}

Expand All @@ -87,7 +87,7 @@ audit {
}

jacoco {
toolVersion = '0.8.10'
toolVersion = '0.8.11'
}

jacocoTestReport {
Expand Down

0 comments on commit 19a04d5

Please sign in to comment.