We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4b461 commit 76b66abCopy full SHA for 76b66ab
handlebars-humanize/pom.xml
@@ -14,6 +14,12 @@
14
<name>Humanize helpers</name>
15
16
<dependencies>
17
+ <dependency>
18
+ <groupId>com.google.guava</groupId>
19
+ <artifactId>guava</artifactId>
20
+ <version>23.0</version>
21
+ </dependency>
22
+
23
<dependency>
24
<groupId>com.github.jknack</groupId>
25
<artifactId>handlebars</artifactId>
pom.xml
@@ -78,7 +78,7 @@
78
79
<groupId>com.google.guava</groupId>
80
<artifactId>guava</artifactId>
81
- <version>23.0</version>
+ <version>30.0-jre</version>
82
</dependency>
83
84
0 commit comments