Skip to content

Commit f6bed74

Browse files
committed
升级 guava 包版本
1 parent 368a901 commit f6bed74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

springboot-aop-redis-lua/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-aop</artifactId>
2323
</dependency>
24+
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
2425
<dependency>
2526
<groupId>com.google.guava</groupId>
2627
<artifactId>guava</artifactId>
27-
<version>[24.1.1,)</version>
28+
<version>29.0-jre</version>
2829
</dependency>
2930

31+
3032
<dependency>
3133
<groupId>org.apache.commons</groupId>
3234
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)