Skip to content

Commit 76b66ab

Browse files
committed
upgrade: guava for cache but not when using humanize
- next release going to remove humanize from project (it is not active anymore)
1 parent 2a4b461 commit 76b66ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

handlebars-humanize/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
<name>Humanize helpers</name>
1515

1616
<dependencies>
17+
<dependency>
18+
<groupId>com.google.guava</groupId>
19+
<artifactId>guava</artifactId>
20+
<version>23.0</version>
21+
</dependency>
22+
1723
<dependency>
1824
<groupId>com.github.jknack</groupId>
1925
<artifactId>handlebars</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.google.guava</groupId>
8080
<artifactId>guava</artifactId>
81-
<version>23.0</version>
81+
<version>30.0-jre</version>
8282
</dependency>
8383

8484
<dependency>

0 commit comments

Comments
 (0)