Skip to content

Commit cb28ae6

Browse files
authored
Update pom.xml
1 parent 16b05fb commit cb28ae6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<url>https://github.com/binarywang/java-generator</url>
1111

1212
<properties>
13-
<maven.compiler.source>1.7</maven.compiler.source>
14-
<maven.compiler.target>1.7</maven.compiler.target>
13+
<maven.compiler.source>1.8</maven.compiler.source>
14+
<maven.compiler.target>1.8</maven.compiler.target>
1515

1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<downloadJavadocs>true</downloadJavadocs>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.google.guava</groupId>
4444
<artifactId>guava</artifactId>
45-
<version>19.0</version>
45+
<version>24.1.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)