Browse Source

Update guava version to remove security warning

Djordje Lukic 5 years ago
parent
commit
f5f01a8729
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/composefiles/aci-demo/words/pom.xml

+ 1 - 1
tests/composefiles/aci-demo/words/pom.xml

@@ -88,7 +88,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>29.0-jre</version>
+            <version>[24.1.1,)</version>
         </dependency>
         <dependency>
             <groupId>org.postgresql</groupId>