Skip to content

Commit ad287c3

Browse files
committed
Upgrade to a modern guava dependency
This may still be overridden with `-Dguava-version=...`.
1 parent 020d5d0 commit ad287c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ application while protecting against XSS.
8888
<properties>
8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9090
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
91-
<guava.version>27.1-jre</guava.version>
91+
<guava.version>30.1-jre</guava.version>
9292
</properties>
9393

9494
<build>

0 commit comments

Comments
 (0)