Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Updated Guava to 30.0 to resolve SNYK-JAVA-COMGOOGLEGUAVA-1015415
Browse files Browse the repository at this point in the history
Relevant info: google/guava#4011. We never
used it but better prevent this in the future.
  • Loading branch information
OLEGSHA committed Nov 5, 2020
1 parent b59c4bd commit 1c5c91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'com.google.guava:guava:28.0-jre'
implementation 'com.google.guava:guava:30.0-jre'
implementation 'net.sf.trove4j:trove4j:3.0.3'

implementation 'ru.windcorp.fork.io.github.java-graphics:glm:1.0.1'
Expand Down Expand Up @@ -76,4 +76,4 @@ dependencies {
if (lwjglNatives == "natives-macos") runtimeOnly "org.lwjgl:lwjgl-vulkan::$lwjglNatives"
}

// LWJGL END
// LWJGL END

0 comments on commit 1c5c91a

Please sign in to comment.