Browse Source

Update guava version to remove security warning

Djordje Lukic 5 năm trước cách đây
mục cha
commit
f5f01a8729
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>