Skip to content

Commit

Permalink
Bump up the version of guava due to recent security warning GHSA-mvr2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Renanse committed Jun 16, 2020
1 parent bf6c9ab commit 60cdd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ardor3d-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
description = 'Ardor 3D Core'
dependencies {
compile project(':ardor3d-math')
compile group: 'com.google.guava', name: 'guava', version:'18.0'
compile group: 'com.google.guava', name: 'guava', version:'29.0-jre'
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>14.0.1</version>
<version>29.0-jre</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 60cdd41

Please sign in to comment.