Skip to content

Commit

Permalink
re-add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAnzinger committed Sep 20, 2024
1 parent f9b3150 commit 40feab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,10 @@ dependencies {
implementation "commons-fileupload:commons-fileupload:1.5"
implementation "net.lingala.zip4j:zip4j:2.11.5"

implementation "org.jgrapht:jgrapht-core:1.5.2"
// use the latest version explicitly to avoid security vulnerabilities (currently Artemis and JPlag rely on jgrapht 1.5.2 which relies on apfloat)
implementation "org.apfloat:apfloat:1.14.0"

// use newest version of guava to avoid security issues through outdated dependencies
implementation "com.google.guava:guava:33.3.0-jre"
implementation "com.sun.activation:jakarta.activation:2.0.1"
Expand Down

0 comments on commit 40feab5

Please sign in to comment.