소스 검색

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
老周 4 년 전
부모
커밋
c671639d11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>