Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Oct 17, 2024
1 parent 4f95c96 commit fc27e70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ repositories {
}

dependencies {
implementation 'org.slf4j:slf4j-api:2.0.13'
runtimeOnly 'ch.qos.logback:logback-classic:1.5.6'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.slf4j:slf4j-api:2.0.16'
runtimeOnly 'ch.qos.logback:logback-classic:1.5.11'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'commons-cli:commons-cli:1.8.0'
implementation 'commons-cli:commons-cli:1.9.0'

implementation 'org.graphstream:gs-core:2.0'
implementation 'org.graphstream:gs-ui-swing:2.0'
Expand All @@ -63,7 +63,7 @@ dependencies {
}

lombok {
version = "1.18.32"
version = "1.18.34"
sha256 = "2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf"
}

Expand Down

0 comments on commit fc27e70

Please sign in to comment.