We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b05fb commit cb28ae6Copy full SHA for cb28ae6
pom.xml
@@ -10,8 +10,8 @@
10
<url>https://github.com/binarywang/java-generator</url>
11
12
<properties>
13
- <maven.compiler.source>1.7</maven.compiler.source>
14
- <maven.compiler.target>1.7</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
15
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
<downloadJavadocs>true</downloadJavadocs>
@@ -42,7 +42,7 @@
42
<dependency>
43
<groupId>com.google.guava</groupId>
44
<artifactId>guava</artifactId>
45
- <version>19.0</version>
+ <version>24.1.1</version>
46
</dependency>
47
48
<groupId>org.apache.commons</groupId>
0 commit comments