Explorar el Código

Merge pull request #179 from hs-web/dependabot/maven/hsweb-concurrent/hsweb-concurrent-cache/com.google.guava-guava-29.0-jre

Bump guava from 28.0-jre to 29.0-jre in /hsweb-concurrent/hsweb-concurrent-cache
老周 hace 4 años
padre
commit
c671639d11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hsweb-concurrent/hsweb-concurrent-cache/pom.xml

+ 1 - 1
hsweb-concurrent/hsweb-concurrent-cache/pom.xml

@@ -40,7 +40,7 @@
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
-            <version>28.0-jre</version>
+            <version>29.0-jre</version>
             <optional>true</optional>
         </dependency>