chang dependency version

This commit is contained in:
Looly 2023-03-09 11:47:15 +08:00
parent 8ffc0650d3
commit 769bb4777c
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@
<dependency>
<groupId>org.lionsoul</groupId>
<artifactId>jcseg-core</artifactId>
<version>2.6.3</version>
<version>2.6.2</version>
<optional>true</optional>
</dependency>
<dependency>

View File

@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>