Skip to content

Commit cebbd1b

Browse files
committed
升级guava 33.4.8-jre
1 parent bed6d36 commit cebbd1b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.guava</groupId>
8383
<artifactId>guava</artifactId>
84-
<version>32.0.0-jre</version>
84+
<version>33.4.8-jre</version>
8585
<scope>compile</scope>
8686
<optional>true</optional>
8787
</dependency>
@@ -284,4 +284,17 @@
284284
</distributionManagement>
285285
</profile>
286286
</profiles>
287+
<build>
288+
<pluginManagement>
289+
<plugins>
290+
<plugin>
291+
<groupId>org.apache.maven.plugins</groupId>
292+
<artifactId>maven-surefire-plugin</artifactId>
293+
<configuration>
294+
<argLine>-Dfile.encoding=UTF-8</argLine>
295+
</configuration>
296+
</plugin>
297+
</plugins>
298+
</pluginManagement>
299+
</build>
287300
</project>

0 commit comments

Comments
 (0)