Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jun 14, 2024
1 parent e100492 commit a997123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
runtimeOnly 'ch.qos.logback:logback-classic:1.5.6'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'commons-cli:commons-cli:1.7.0'
implementation 'commons-cli:commons-cli:1.8.0'

implementation 'org.graphstream:gs-core:2.0'
implementation 'org.graphstream:gs-ui-swing:2.0'
Expand All @@ -53,11 +53,11 @@ dependencies {
implementation 'net.sf.jung:jung-algorithms:2.1.1'
implementation 'net.sf.jung:jung-io:2.1.1'
implementation 'net.sf.jung:jung-graph-impl:2.1.1'
implementation 'com.google.guava:guava:32.0.1-jre' // override guava for jung due to vulnerability
implementation 'com.google.guava:guava:33.2.1-jre' // override guava for jung due to vulnerability

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

testImplementation 'org.testng:testng:7.10.1'
testImplementation 'org.testng:testng:7.10.2'
// security overrides for testng and audit
testImplementation 'junit:junit:4.13.2'
}
Expand Down

0 comments on commit a997123

Please sign in to comment.