This commit is contained in:
Looly
2024-01-11 13:31:10 +08:00
parent f341b9ed7a
commit fe2516b646
5 changed files with 16 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
<Automatic-Module-Name>org.dromara.hutool.extra</Automatic-Module-Name>
<!-- versions -->
<velocity.version>2.3</velocity.version>
<beetl.version>3.15.8.RELEASE</beetl.version>
<beetl.version>3.15.12.RELEASE</beetl.version>
<rythm.version>1.4.2</rythm.version>
<freemarker.version>2.3.32</freemarker.version>
<enjoy.version>5.1.3</enjoy.version>
@@ -415,7 +415,7 @@
<dependency>
<groupId>com.rnkrsoft.bopomofo4j</groupId>
<artifactId>bopomofo4j</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -496,7 +496,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<version>1.25.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
@@ -504,7 +504,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
<version>6.4.5</version>
<version>6.4.10</version>
<scope>provided</scope>
<exclusions>
<exclusion>