[Version] 更新版本(2.5.2-20200617.1-SNAPSHOT -> 2.5.2-20200618.1-SNAPSHOT);

This commit is contained in:
LamGC 2020-06-18 19:27:11 +08:00
parent 419f2de055
commit 811694587d

View File

@ -6,7 +6,7 @@
<groupId>net.lamgc</groupId> <groupId>net.lamgc</groupId>
<artifactId>ContentGrabbingJi</artifactId> <artifactId>ContentGrabbingJi</artifactId>
<version>2.5.2-20200617.1-SNAPSHOT</version> <version>2.5.2-20200618.1-SNAPSHOT</version>
<licenses> <licenses>
<license> <license>
@ -183,6 +183,12 @@
<artifactId>jline</artifactId> <artifactId>jline</artifactId>
<version>3.15.0</version> <version>3.15.0</version>
</dependency> </dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.3</version>
</dependency>
</dependencies> </dependencies>
</project> </project>